Skip to content

Commit 519c068

Browse files
authored
Updating dependencies
1 parent 76a907a commit 519c068

File tree

8 files changed

+655
-2355
lines changed

8 files changed

+655
-2355
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run Playwright tests
1818
run: npx playwright test
1919
- name: Publish JUnit Test Report
20-
uses: mikepenz/action-junit-report@v5
20+
uses: mikepenz/action-junit-report@v6
2121
if: success()
2222
with:
2323
report_paths: '**/test-results/jsonReport.xml'

.github/workflows/regression-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run Playwright tests
2020
run: npx playwright test --grep=@Regression
2121
- name: Publish JUnit Test Report
22-
uses: mikepenz/action-junit-report@v5
22+
uses: mikepenz/action-junit-report@v6
2323
if: success()
2424
with:
2525
report_paths: '**/test-results/jsonReport.xml'
@@ -37,7 +37,7 @@ jobs:
3737
ref: reports
3838
path: reports/allure/regression
3939
- name: Build Allure Report
40-
uses: simple-elf/allure-report-action@v1.12
40+
uses: simple-elf/allure-report-action@master
4141
if: always()
4242
id: allure-report
4343
with:

.github/workflows/smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run Playwright tests
2424
run: npx playwright test --grep=@Smoke
2525
- name: Publish JUnit Test Report
26-
uses: mikepenz/action-junit-report@v5
26+
uses: mikepenz/action-junit-report@v6
2727
if: success()
2828
with:
2929
report_paths: '**/test-results/jsonReport.xml'
@@ -41,7 +41,7 @@ jobs:
4141
ref: reports
4242
path: reports/allure/smoke
4343
- name: Build Allure Report
44-
uses: simple-elf/allure-report-action@v1.12
44+
uses: simple-elf/allure-report-action@master
4545
if: always()
4646
id: allure-report
4747
with:

config/ortoniReportConfig.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)