Open andycochran opened 6 years ago
Set up web hook so that when master changes:
master
npm test -- -o json
/failures
geosearch-docs
Since the test suite only logs failed tests, there's no way to publish the positive stuff. Maybe we also output the aggregate test results:
Aggregate test results Pass: 29 Improvements: 0 Fail: 0 Placeholders: 0 Regressions: 11 Took 1199ms Test success rate 72.5%
We should add this repo to our docker-compose setup so that we can automatically run tests as soon as the import is complete.
Set up web hook so that when
master
changes:npm test -- -o json
on live site, which will output JSON for failed tests/failures
so it can be consumed bygeosearch-docs
siteSince the test suite only logs failed tests, there's no way to publish the positive stuff. Maybe we also output the aggregate test results: