Skip to content

Commit f9f60eb

Browse files
author
“Rajat
committed
#31: ⚙️ Updated CI - Workflows (GitHub Actions)
1 parent 1321f0c commit f9f60eb

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.github/workflows/01_ui_tests_chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Step 6: Upload Playwright test report as an artifact
5252
- name: Upload Reports
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
if: always()
5555
with:
5656
name: UI Tests Report

.github/workflows/02_ui_tests_select_one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Step 6: Upload Playwright test report as an artifact
5858
- name: Upload Reports
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
if: always()
6161
with:
6262
name: UI Tests Report

.github/workflows/03_ui_tests_ALL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Step 6: Upload Playwright test report as an artifact
5353
- name: Upload Reports
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: always()
5656
with:
5757
name: UI Tests Report

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tests:CHROME:HEADLESS": "npx playwright test --project='Google Chrome'",
2424

2525
"tests:ui-mode": "npx playwright test --ui",
26-
"tests:debug": "npx playwright test --debug",
26+
"tests:debug-mode": "npx playwright test --debug",
2727

2828
"tests:show:reports-html": "npx playwright show-report",
2929
"tests:CHROME:Tag:SANITY": "npx playwright test --project='Google Chrome' --grep=@sanity",

0 commit comments

Comments
 (0)