This is the TSTyche starter project. You can try it online on StackBlitz:
The example test files are located within the examples directory.
Try out the following commands:
# Run all tests
npx tstyche# Only run the matching test file
npx tstyche loading# Run all tests in watch mode
npx tstyche --watchVisit tstyche.org to view the full documentation.