You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file (.env.secret) file on your project root
Add Credential (For now I am adding it, only for instruction purposes)
USERNAME=admin
PASSWORD=password123
Executing end-to-end test suite
Runs the end-to-end tests in a headless mode.
CMD/Terminal > Project root > npm run test
Runs the end-to-end tests in a headed (Browser) mode.
CMD/Terminal > Project root > npm run browser
Generating Allure Report and open on a browser
If all the tests are passing or failing it doesn't matter
CMD/Terminal > Project Root > npm run post-test on the terminal
CI Pipe (Push & Nightly) build Configuration
Configured CI (Github action) based on each push build
It will automatically execute an automation regression suite based on each push, it will generate an allure report and deploy the allure report to the GitHub page (github.io host)
Configured CI (Github action) nightly build
It will automatically execute the automation regression suite overnight, it will generate an allure report, and deploy the allure report to the GitHub page (github.io host)