mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
add firefox to nightly admin e2e tests (#38831)
fixes: #38058 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
c11fc2f910
commit
579cf04184
4
.github/workflows/js-ci.yml
vendored
4
.github/workflows/js-ci.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
||||
WORKSPACE: keycloak-admin-ui
|
||||
strategy:
|
||||
matrix:
|
||||
browser: [chrome, firefox]
|
||||
browser: [chromium, firefox]
|
||||
exclude:
|
||||
# Only test with Firefox on scheduled runs
|
||||
- browser: ${{ github.event_name != 'workflow_dispatch' && 'firefox' || '' }}
|
||||
@ -253,7 +253,7 @@ jobs:
|
||||
working-directory: js
|
||||
|
||||
- name: Run Playwright tests
|
||||
run: pnpm --fail-if-no-match --filter ${{ env.WORKSPACE }} test:integration
|
||||
run: pnpm --fail-if-no-match --filter ${{ env.WORKSPACE }} test:integration --project=${{ matrix.browser }}
|
||||
working-directory: js
|
||||
|
||||
- name: Upload Playwright report
|
||||
|
||||
@ -25,5 +25,12 @@ export default defineConfig({
|
||||
viewport: { width: 1920, height: 1200 },
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "firefox",
|
||||
use: {
|
||||
...devices["Desktop Firefox"],
|
||||
viewport: { width: 1920, height: 1200 },
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user