Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ There are a couple of rules that your test should meet:
1. Using Helix
2. Using Azure Reporter - if your tests are already reported on azure this means that is all good
3. Tests should be idempotent on the same machine
4. Helix workitem exit code is zero for non-exceptional cases: normal execution, even with test failures, should return exit code 0

**NOTE**: If your tests are not using the Helix SDK, you will need to replicate parts of Helix to ensure that the `test-configuration.json` file is uploaded with the payload.

Expand Down