Giter VIP home page Giter VIP logo

Comments (5)

GoldenGuts avatar GoldenGuts commented on June 15, 2024

What happens if there are multiple describe blocks in test file? The example you have given only accounts for one describe block.
What I suggest is we can have multiple dropdowns for each describe block, applicable only if there are multiple blocks.

from playwright.

BMayhew avatar BMayhew commented on June 15, 2024

I wonder if rather than change the describe works, annotations that are created on the describe level could be exposed on the main report in some fashion. This was new functionality released with 1.42 https://playwright.dev/docs/test-annotations#annotate-tests

from playwright.

loop-automation avatar loop-automation commented on June 15, 2024

@GoldenGuts I think that is a reasonable solution. Some kind of display of the different grouping.

@BMayhew I actually didn't know about this and definitely feel like it is a step forward! I just wish this was displayed in some capacity under the fileName from the main view.

from playwright.

GoldenGuts avatar GoldenGuts commented on June 15, 2024

I was looking at the implementation on how it is displaying the test name. If there are nested blocks, it will show all the previous paths.
[...test.path, test.title].join(' › ')
In this, test.path is an array which has every text related to test. It would be very difficult to make a tree of all the nested describe blocks. If it's just one, then maybe we can create dropdown like we have on steps page.
I can try to write code to ensure we have something meaningful, but before I commit, I'm open to suggestions on how we can make it better!

from playwright.

loop-automation avatar loop-automation commented on June 15, 2024

@GoldenGuts interesting. I wonder if the fact there can be multiple test.describes makes the feature not really applicable as the point of implementation. That being said, maybe a mechanism to add a description to the file that displays?

from playwright.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.