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

When there is more then 1 skipped test in suite Allure doesn't detect it #829

Closed
1 of 3 tasks
NikolaZavadska opened this issue Aug 17, 2018 · 3 comments
Closed
1 of 3 tasks

Comments

@NikolaZavadska
Copy link

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

  • when I have two skipped tests in one suite, then just first test from the suite appears in the report

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

describe('Suite 1', () => {
it.skip('Test 1');
it.skip('Test 2');
});
Report shows just 1 test (Test 1)

What is the expected behavior?

  • I'm expecting to see 2 skipped tests in report (Test 1 and Test 2)

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

  • I want to know number of skipped tests. In this case I'm not getting correct result.

Please tell us about your environment:

Allure version 2.7.0
Test framework webdriverio ^4.12.0
Allure adaptor
Generate report using wdio-allure-reporter ^0.6.3

Other information

@baev
Copy link
Member

baev commented Sep 9, 2018

@BorisOsipov maybe you can help with this issue?

@BorisOsipov
Copy link

It is fixed in webdriverio-boneyard/wdio-allure-reporter#127

@NikolaZavadska updates to 0.7.0 version.

@baev
Copy link
Member

baev commented Sep 9, 2018

thanks @BorisOsipov

@baev baev closed this as completed Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants