1
0
mirror of synced 2026-08-05 15:06:54 +00:00

feat(junit): Implement automatic saving of traces and screenshots via fixtures (#1560)

This commit is contained in:
uchagani
2024-08-28 16:52:07 -04:00
committed by GitHub
parent b81b144680
commit 2e32eb704f
6 changed files with 133 additions and 32 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
- name: Install MS Edge
if: matrix.browser-channel == 'msedge' && matrix.os == 'macos-latest'
shell: bash
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge" -f playwright/pom.xml
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge" -f playwright/pom.xml
- name: Run tests
run: mvn test --no-transfer-progress --fail-at-end -D org.slf4j.simpleLogger.showDateTime=true -D org.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss
env: