- Generate a single Mochawesome report
- Upload videos, screenshots, and reports to S3 after each test run
-
Fork/Clone
-
Install dependencies:
$ npm install
-
Set the following environment variables:
$ export BUCKET_NAME=<YOUR_BUCKET_NAME> $ export AWS_ACCESS_ID=<YOUR_AWS_ACCESS_ID> $ export AWS_SECRET_KEY=<YOUR_AWS_SECRET_KEY>
-
Run the tests:
$ node scripts/test.js
-
Skip S3 upload:
$ node scripts/test.js local