We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b93d1 commit 34e27baCopy full SHA for 34e27ba
2 files changed
.github/workflows/build.yml
@@ -25,3 +25,9 @@ jobs:
25
26
- name: Test with Maven
27
run: mvn test
28
+
29
+ - name: Show logs
30
+ run: |
31
+ cat /home/runner/chromedriver.log
32
+ shell: bash
33
pom.xml
@@ -73,6 +73,7 @@
73
<configuration>
74
<systemPropertyVariables>
75
<webdriver.chrome.verboseLogging>true</webdriver.chrome.verboseLogging>
76
+ <webdriver.chrome.logfile>/home/runner/chromedriver.log</webdriver.chrome.logfile>
77
</systemPropertyVariables>
78
</configuration>
79
</plugin>
0 commit comments