build.gradle | ●●●●● patch | view | raw | blame | history | |
script.sh | ●●●●● patch | view | raw | blame | history |
build.gradle
@@ -1,7 +1,7 @@ apply plugin: 'groovy' dependencies { compile 'org.codehaus.groovy:groovy-all:2.4.4' groovy 'org.codehaus.groovy:groovy-all:2.4.4' compile 'junit:junit:4.12' compile 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1' } script.sh
@@ -6,4 +6,5 @@ php -S 127.0.0.1:8080 -t portal/ -d include_path=.:../../.. & php -S 127.0.0.1:8081 -t cas-mockup/ & export TERM=dumb exec gradle test