-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group report by module/class/function levels #33
Comments
I think this is a good idea. We should ensure that it degrades gracefully when JavaScript is not available. |
To me, it looks this and #39 are asking for the same thing in different ways. |
Any updates on this? I think this would be pretty useful for long tests with multiple steps as @alexandermomot says |
As far as I know, nobody is working on this. It's possible that @RibeiroAna will look into it during her participation, but I'd say it's also available if anyone else wants to work on it. |
It's implemented? |
Not as far as I know. |
There is an open PR (#177) that could help to achieve that goal. Unfortunately, I don't have much time on my hand right now to finalize it (missing some tests and a sample), but would welcome any help on that! |
Hello Team |
Report is now plain, which means that you cannot "overview" whole list of checks and assume which one is whole failed, and which one contains errors in steps.
Its very important for step-dependent runtime, where stepA is the function which performs authorization, purpose of stepB is to click several times in order to go to the subservice on the website, stepC contains steps for sanity checks, etc.
My tests contains around 20-30 steps, so the report looks unreadable. Is it possible to shorten levels by package/module/class/function and then collapse by click the button like "+"?
The text was updated successfully, but these errors were encountered: