-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
I'm submitting a ...
- bug report
What is the current behavior?
Whenever I run test suite, Ignored test is added to report as new test so overall test count increasing every run by ignored count
in detailed report,
Same outcome when declared the same suite for ignored tests [AllureDisplayIgnored("suite name")]
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
test class marked with following attributes:
[AllureNUnit]
[AllureDisplayIgnored]
[AllureSuite("suite name")]
[Parallelizable(ParallelScope.Self)]
test method marked with following attributes:
[Ignore("Ignore reason")]
[Test, Timeout(180000)]
[Description("some desc")]
public async Task TestName()
Then run test suite multiple time and check reports
What is the expected behavior?
Whenever I run test suite, Ignored test is presented once in report, run is just added to history
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
- Allure version:
- run dockerised - latest images from https://github.com/fescobar/allure-docker-service and https://github.com/fescobar/allure-docker-service-ui
- Allure UI Version 7.0.3
- Test framework:
- NUnit 3.13.3
- Allure.NUnit v. 2.9.5-preview.1
- Generate report using:
- github actions
- name: Upload Allure Reports
uses: unickq/send-to-allure-docker-service-action@v1
with:
allure_results: src/TestAutomation/TestResults/AllureReports
project_id: projid
auth: true
generate: true
Other information
Reactions are currently unavailable

