Skip to content

Commit 22c9e4e

Browse files
committed
Update to readme
Signed-off-by: Ganesh Hubale <ganeshhubale03@gmail.com>
1 parent e3b1c1d commit 22c9e4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/regression-cron.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
cypress:
@@ -33,6 +32,9 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)