Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 444 Bytes

cypress-dgt

First of all, we need to install dependencies so run the following command:

npm i

To exec the script to visit the DGT page and download the previous month data run the command below. The download zip may be found at "cypress/downloads" :

npm run start

To upload first file generated at "cypress/downloads" to AWS S3:

npm run upload

To exec test in watch mode run:

npm run watch