Skip to content
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

Allure-mocha does not show nested suites #38

Closed
1 of 3 tasks
just-boris opened this issue Aug 21, 2019 · 0 comments · Fixed by #43
Closed
1 of 3 tasks

Allure-mocha does not show nested suites #38

just-boris opened this issue Aug 21, 2019 · 0 comments · Fixed by #43

Comments

@just-boris
Copy link
Contributor

I'm submitting a ...

  • bug report
  • feature request (some people may consider it a regression, it worked better in 1.x)
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

In the report you see all tests on the flat level, without nesting

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

desctibe('a suite', () => {
   describe('child suite', () => {
      it('test one', () => {});
   });
   it('test two', () => {});
});

What is the expected behavior?

At the suites tab, I expect the following

  • a suite
    • child suite
      • test one
    • test two

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Allure version 2.7.0
Test framework mocha@latest
Allure adaptor allure-mocha@latest
Generate report using allure-jenkins@latest

Other information

just-boris added a commit to just-boris/allure-js that referenced this issue Aug 23, 2019
just-boris added a commit to just-boris/allure-js that referenced this issue Aug 23, 2019
just-boris added a commit to just-boris/allure-js that referenced this issue Aug 23, 2019
just-boris added a commit to just-boris/allure-js that referenced this issue Aug 23, 2019
@just-boris just-boris mentioned this issue Aug 23, 2019
4 tasks
@baev baev closed this as completed in #43 Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant