https://github.com/allure-examples/allure-specflow
Example of usage Allure Report with SpecFlow
https://github.com/allure-examples/allure-specflow
allure allure-report csharp dotnet example nunit specflow
Last synced: 11 months ago
JSON representation
Example of usage Allure Report with SpecFlow
- Host: GitHub
- URL: https://github.com/allure-examples/allure-specflow
- Owner: allure-examples
- License: apache-2.0
- Created: 2023-10-16T16:53:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T11:38:24.000Z (over 2 years ago)
- Last Synced: 2025-01-16T19:34:12.947Z (about 1 year ago)
- Topics: allure, allure-report, csharp, dotnet, example, nunit, specflow
- Language: C#
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# allure-specflow
Example of usage Allure Report with SpecFlow
This project uses SpecFlow 3 and .NET 7.0.
The generated report is available here: (https://allure-examples.github.io/allure-specflow).
> [!NOTE]
> The report has manually defined categories to help distinguish between test
> and product defects. Allure-specflow doesn't do that on its own because of
> (https://github.com/allure-framework/allure-csharp/issues/399).