-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to newest ftw-tests-schema (#209)
* feat: add run_once option for tests - add new `retry_once` option - add test case for `retry_once` - make test infrastructure more modular * feat: update code and tests to new schema version * feat: implement platform overrides * chore: fix lint issues * chore: use PR branch of schema until ready * feat: add --fail-fast flag - add flag to stop test run on first test failure - fix statistics to record at test, not stage level * feat: add --log-file flag The log file was the last remaining setting that could not be configured from the command line. * fix: increase default read timeout from 1 to 10 seconds The default read timeout is too short for some of the more expensive tests. * feat: improve console output - always print test ID on failure; especially useful with --show-failures-only - use the same indentation for all output messages * chore: update schema, drop legacy koanf
- Loading branch information
Showing
51 changed files
with
1,387 additions
and
968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.