We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202bc80 commit f2a17b6Copy full SHA for f2a17b6
1 file changed
.github/workflows/test.yml
@@ -78,6 +78,10 @@ jobs:
78
run: scripts/download_driver_for_all_platforms.sh
79
- name: Build & Install
80
run: mvn -B install -D skipTests --no-transfer-progress
81
+ - name: Install MS Edge
82
+ if: matrix.browser-channel == 'msedge' && matrix.os == 'macos-latest'
83
+ shell: bash
84
+ run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge" -f playwright/pom.xml
85
- name: Run tests
86
run: mvn test --no-transfer-progress --fail-at-end -D org.slf4j.simpleLogger.showDateTime=true -D org.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss
87
env:
0 commit comments