Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): treat failure to launch tests as a test failure
The previous formulation of the test runner was not catching promise rejections coming from the webdriver / browser. Node would print warnings to the console, but the test runner would exit with code 0 and CI would treat this as a passing build. Now the rejection is caught and reported, and the test runner exits with code 1. Existing functionality to look for failed test results has not changed.
- Loading branch information