This is a Cypress "test" that allows you to quickly clock in every day in current month except on weends.
Steps:
- clone this repo
npm install
- Copy and rename "cypress.test.env.json" to "cypress.env.json" and fill it
- Run
npm run cy:run
in headless mode ornpm run cy:open
in browser mode. - Watch it all run!
Woo!
On login runs npm run cy:run
:
- Open Automator
- Add
cd ~/code/to-clock-factorialhr && ~/n/bin/npm run cy:run
to run-on-login-script.app