File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 2424 java-version : 21
2525
2626 - name : Test with Maven
27- run : mvn test
27+ run : mvn -Dwebdriver.chrome.logfile=${{ github.workspace }}/chromedriver.log -Dwebdriver.chrome.verboseLogging=true test
2828
2929 - name : Show logs
3030 run : |
31- cat /home/runner /chromedriver.log
31+ cat ${{ github.workspace }} /chromedriver.log
3232 shell : bash
33-
Original file line number Diff line number Diff line change 7070 <groupId >org.apache.maven.plugins</groupId >
7171 <artifactId >maven-surefire-plugin</artifactId >
7272 <version >${maven.surefire.version} </version >
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 >
7973 </plugin >
8074
8175 <!--
You can’t perform that action at this time.
0 commit comments