I'm submitting a ...
What is the current behavior?
Allure.XUnit aborts the test execution if no allureConfig.json file exists.
What is the expected behavior?
Absence of allureConfig.json shouldn't affect a test run. Reasonable defaults should be provided in such a case.
What is the motivation / use case for changing the behavior?
Make Allure.XUnit easier to use out of the box.
Please tell us about your environment:
- Test framework: xunit@2.4.1
- Allure adapter: allure-xunit@2.9.5-preview.1
- Generate report using: dotnet@7.0.401
I'm submitting a ...
What is the current behavior?
Allure.XUnit aborts the test execution if no allureConfig.json file exists.
What is the expected behavior?
Absence of allureConfig.json shouldn't affect a test run. Reasonable defaults should be provided in such a case.
What is the motivation / use case for changing the behavior?
Make Allure.XUnit easier to use out of the box.
Please tell us about your environment: