Skip to content
Discussion options

You must be logged in to vote

Since this project tests a REST API and not a browser, there is no GUI involved - the tests are already headless by default.

The CI workflow in .github/workflows/ci.yml runs dotnet test on ubuntu-latest which is a fully headless Linux environment. No extra flags needed.

Just run:

dotnet test --configuration Release

The CI badge at the top of the README reflects the live pipeline status on every push.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FaraazSuffla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant