updated playwright version, increased timeout for tests, changed github actions settings

This commit is contained in:
KateMaruk 2023-08-18 14:49:31 +03:00
parent a72e25d498
commit 5c9e6048c2
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ jobs:
if: always()
with:
name: playwright-report-chromium
path: playwright-report-chromium/
path: playwright-report/
retention-days: 30
tests_firefox:
if: ${{ always() }}
@ -54,7 +54,7 @@ jobs:
if: always()
with:
name: playwright-report-firefox
path: playwright-report-firefox/
path: playwright-report/
retention-days: 30
tests_webkit:
if: ${{ always() }}
@ -81,5 +81,5 @@ jobs:
if: always()
with:
name: playwright-report-webkit
path: playwright-report-webkit/
path: playwright-report/
retention-days: 30

View File

@ -25,7 +25,7 @@ jobs:
if: always()
with:
name: playwright-report-chromium
path: playwright-report-chromium/
path: playwright-report/
retention-days: 30
tests_firefox:
if: ${{ always() }}
@ -52,7 +52,7 @@ jobs:
if: always()
with:
name: playwright-report-firefox
path: playwright-report-firefox/
path: playwright-report/
retention-days: 30
tests_webkit:
if: ${{ always() }}
@ -79,5 +79,5 @@ jobs:
if: always()
with:
name: playwright-report-webkit
path: playwright-report-webkit/
path: playwright-report/
retention-days: 30