File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- pull_request :
87
98jobs :
109 cypress :
3332 browser : chrome
3433 headless : true
3534 video : false
35+ env :
36+ USERNAME : ${{ secrets.USER }}
37+ PASSWORD : ${{ secrets.PASS }}
3638
3739 # Step 5: Upload artifacts (optional, for videos/screenshots)
3840 - name : Upload artifacts
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This project automates test scenarios for the website - [https://www.saucedemo.c
55- ** Framework** : Cypress Automation Framework
66- ** Language** : JavaScript
77- ** CI Workflows** :
8- - ** Pull Request Testing ** : [ pull-request-tester.yaml] ( https://github.com/ganeshhubale/swag-lab-ui-tests/blob/master/.github/workflows/pull-request-tester .yaml )
8+ - ** Check code formatting ** : [ pull-request-tester.yaml] ( https://github.com/ganeshhubale/swag-lab-ui-tests/blob/master/.github/workflows/code-format .yaml )
99 - ** Regression Testing** : [ regression-cron.yaml] ( https://github.com/ganeshhubale/swag-lab-ui-tests/blob/master/.github/workflows/regression-cron.yaml )
1010
1111## Steps to Install Project and Run Tests Locally
You can’t perform that action at this time.
0 commit comments