Skip to content

Commit 0cb04c9

Browse files
authored
Update Dockerfile
1 parent afae653 commit 0cb04c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ ADD target/selenium-docker.jar selenium-docker.jar
77
ADD target/selenium-docker-tests.jar selenium-docker-tests.jar
88
ADD target/libs libs
99

10-
# Add the suite xmls
11-
ADD order-module.xml order-module.xml
12-
ADD search-module.xml search-module.xml
13-
1410
# Command line to execute the test
1511
# Expects below ennvironment variables
1612
# BROWSER = chrome / firefox
1713
# MODULE = order-module / search-module
1814
# GRIDHOST = selenium hub hostname / ipaddress
1915

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

0 commit comments

Comments
 (0)