Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regression Tests: Run only tests associated with updated example directory (pull #1100) These changes Cut down the number of tests run on each PR. * Tests are run by example directory, so all tests for all examples in an example directory will always be run at once. * But if only one example directory is updated, then only the tests for that example directory will run. * If any code in `examples/js` or `examples/css` is edited, then all tests are run. * If `test/index.js` or any code in `test/util` is edited, then all tests are run. * If package.json is updated, then all tests are run. * Changes the name format for the test files. All test files must be prepended with the directory of the example they are testing in order to easily filter tests. * Test report will report bad test file names. * Changes the format of the output from AVA's format to TAP.
- Loading branch information