File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1111before_cache :
1212 - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
1313 - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
14- before_install :
15- - nvm i node
16- install :
17- - npm install github:GoogleChromeLabs/web-push-testing-service -g
18- before_script :
19- - " export DISPLAY=:99.0"
20- - " sh -e /etc/init.d/xvfb start || echo \" Unable to start virtual display.\" "
21- - sleep 3
2214script :
23- - web-push-testing-service start wpts
2415 - ./gradlew clean check
25- - web-push-testing-service stop wpts
2616cache :
2717 directories :
2818 - $HOME/.gradle/caches/
2919 - $HOME/.gradle/wrapper/
30- - ~/.selenium-assistant
31- - node_modules
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222dependencies {
2323 // For CLI
24- implementation group : ' com.beust' , name : ' jcommander' , version : ' 1.78 '
24+ implementation group : ' com.beust' , name : ' jcommander' , version : ' 1.81 '
2525
2626 // For making HTTP requests
2727 implementation group : ' org.apache.httpcomponents' , name : ' httpasyncclient' , version : ' 4.1.5'
8484 showStandardStreams true
8585 exceptionFormat ' full'
8686 }
87+
88+ exclude ' **/SeleniumTests.class'
8789}
8890
8991task javadocJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments