You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
When I write describe() within another describe() in order to create nested test suites, string from one describe() gets concatenated with string from other describe(), and test suites are displayed all in one level - no nesting.
I am experiencing the same issue with Allure-Jest like the following users:
I'm submitting a ...
What is the current behavior?
When I write describe() within another describe() in order to create nested test suites, string from one describe() gets concatenated with string from other describe(), and test suites are displayed all in one level - no nesting.
I am experiencing the same issue with Allure-Jest like the following users:
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
please see links above - it is the same issue
What is the expected behavior?
describe() function is used for marking test suites in Allure report. Multiple nested describe() functions produce nested test suites in the report.
What is the motivation / use case for changing the behavior?
Better visibility/ redability of test results in projects of higher complexity;
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: