Skip to content

Commit 34e27ba

Browse files
committed
view logs
1 parent 45b93d1 commit 34e27ba

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525

2626
- name: Test with Maven
2727
run: mvn test
28+
29+
- name: Show logs
30+
run: |
31+
cat /home/runner/chromedriver.log
32+
shell: bash
33+

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<configuration>
7474
<systemPropertyVariables>
7575
<webdriver.chrome.verboseLogging>true</webdriver.chrome.verboseLogging>
76+
<webdriver.chrome.logfile>/home/runner/chromedriver.log</webdriver.chrome.logfile>
7677
</systemPropertyVariables>
7778
</configuration>
7879
</plugin>

0 commit comments

Comments
 (0)