Skip to content

Commit

Permalink
Functional Tests : Added 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Nov 7, 2024
1 parent 99044d5 commit 63bbc0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
PHP_VERSION: '8.1'
- PS_VERSION: '8.1.7'
PHP_VERSION: '8.1'
- PS_VERSION: '8.2.0'
PHP_VERSION: '8.1'
- PS_VERSION: 'nightly'
PHP_VERSION: '8.2'

Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:

- name: Run Playwright tests
working-directory: tests/UI/
run: npx playwright test
run: npx playwright test campaigns/03_frontOffice/02_products/01_addProductToList.spec.ts

- name: Upload artifact report
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
PHP_VERSION: '8.1'
- PS_VERSION: '8.1.7'
PHP_VERSION: '8.1'
- PS_VERSION: '8.2.0'
PHP_VERSION: '8.1'
- PS_VERSION: 'nightly'
PHP_VERSION: '8.2'

Expand Down
3 changes: 2 additions & 1 deletion tests/UI/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export default defineConfig({
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Capture screenshot after each test failure */
screenshot: 'only-on-failure',
screenshot: 'on',
video: 'on',
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit 63bbc0b

Please sign in to comment.