1.0.0 • Published 4 years ago

fill-hourz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

To fill your hours make sure you have hours.xlsx file in the root folder.

npm install

Make sure your desired test file is running in package.json

"scripts": {
    "start": "node generateHours.js && cypress run --browser chrome --spec 'cypress/integration/sqlink.js'"
}

Update your credentials in cypress.env.json

{
    "username": "",
    "password": "",
    "url": ""
}

To run the script:

npm start