We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e946d3b commit 3948e51Copy full SHA for 3948e51
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ls -la
32
33
- name: Test with Maven
34
- run: mvn -Dwebdriver.chrome.logfile=${{ github.workspace }}/chromedriver.log -Dwebdriver.chrome.verboseLogging=true test
+ run: mvn -Dwebdriver.chrome.logfile=${{ github.workspace }}/chromedriver.log -Dwebdriver.chrome.verboseLogging=true test -Dtest=AFirstChromeTest
35
36
- name: what fin
37
if: always()
0 commit comments