Cypress Mochawesome S3 Save

Project README

Cypress + Mochawesome + S3 Upload

  1. Generate a single Mochawesome report
  2. Upload videos, screenshots, and reports to S3 after each test run

Getting Started

  1. Fork/Clone

  2. Install dependencies:

    $ npm install
    
  3. 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>
    
  4. Run the tests:

    $ node scripts/test.js
    
  5. Skip S3 upload:

    $ node scripts/test.js local
    
Open Source Agenda is not affiliated with "Cypress Mochawesome S3" Project. README Source: testdrivenio/cypress-mochawesome-s3
Stars
32
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating