File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,10 @@ ADD target/selenium-docker.jar selenium-docker.jar
7
7
ADD target/selenium-docker-tests.jar selenium-docker-tests.jar
8
8
ADD target/libs libs
9
9
10
- # Add the suite xmls
11
- ADD order-module.xml order-module.xml
12
- ADD search-module.xml search-module.xml
13
-
14
10
# Command line to execute the test
15
11
# Expects below ennvironment variables
16
12
# BROWSER = chrome / firefox
17
13
# MODULE = order-module / search-module
18
14
# GRIDHOST = selenium hub hostname / ipaddress
19
15
20
- ENTRYPOINT java -cp selenium-docker.jar:selenium-docker-tests.jar:libs/* -DseleniumHubHost=$SELENIUM_HUB -Dbrowser=$BROWSER org.testng.TestNG $MODULE
16
+ ENTRYPOINT java -cp selenium-docker.jar:selenium-docker-tests.jar:libs/* -DseleniumHubHost=$SELENIUM_HUB -Dbrowser=$BROWSER org.testng.TestNG $MODULE
You can’t perform that action at this time.
0 commit comments