How to use:
- Clone the repository
- Change working directory to root folder and run
npm install - Copy
.env.samplefile to.envand enter your credentials - Modify Codecept config in
run.jsdepending on which tests you want to run - Change
test.jsfile as required - Run the test using command
node --env-file .env run.js