Run Test¶
TL;DR — Run the sample Runner configuration from the project directory and inspect the generated results.
Once the local quick-start environment is ready, run the sample from the project directory.
YAML Sample¶
dotnet run -- run test.qaas.yaml
Code Sample¶
dotnet run
Output¶
Both variants write execution artifacts to allure-results. If you want to pass explicit Runner flags for the code sample, use the normal Runner command form after dotnet run --.
If you have the Allure CLI installed, you can serve the report locally:
allure serve