Fix Chrome and Firefox in new test framework on GitHub Actions (#44804)

Closes #44776

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen
2025-12-10 16:22:47 +01:00
committed by GitHub
parent d9aa424d51
commit d25a731ae5
13 changed files with 161 additions and 57 deletions

View File

@@ -914,7 +914,7 @@ jobs:
- name: Run new Forms IT
run: |
./mvnw package -f tests/pom.xml -Dkc.test.browser=${{ matrix.browser }} -Dtest=FormsTestSuite
./mvnw package -f tests/pom.xml -Dkc.test.browser=${{ matrix.browser }}-headless -Dtest=FormsTestSuite
- uses: ./.github/actions/upload-flaky-tests
name: Upload flaky tests