Deploy test result report to zeit now
This is going to change to push the test report to a github repo instead (since there's a limit on deployment time on zeit now)
$ npm install --save @kibibit/test-report-now
add to your package.json
a new script:
"scripts": {
"deploy-tests-report": "kb-reporter"
}
and run on travis. This will not be coupled to travis later on
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Neil Kalman
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing.
You can check out some easy to start with issues in the Easy Pick.
Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
Copyright (c) 2020 Neil Kalman <neilkalman@gmail.com>