-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Finding failure causes may be easier if we keep the tests ordered with the simplest first and the more complex later on.
Some specific examples:
- Test that we actually have HTTP servers answering where we expect it from the test configuration (so we don't waste time wading through failed tests, which all are due to a single misconfiguration).
- Test
AuthServerbefore we test any services using authentication.