epam/JDI

test.properties + Linux won't be initialized

Closed this issue · 1 comments

ksiv commented

Linux red had 7
Run Type: Jenkins -> Groovy-> M3-> shell vulgaris -> /usr/bin/mvn
Command: clean test
Java: By Oracle 1.8.121
JDI 1.1.0 (Master)
File "test.properties" won't be initialized correctly
Expected : remote run
Actual: local run

All is well on Windows

driver=firefox
timeout.wait.element=30
#drivers.version=3.6
domain=https://YOUR_IP/
#domain=https://YOUR_HOST_NAME/
#driver.getLatest=true
run.type=remote
#remote.url=http://localhost:4444/wd/hub
remote.url=http://YOUR_IP:4444/wd/hub
screenshot.strategy=on fail
page.load.strategy=normal

ksiv commented

fixed in 1.1.9
<!--JDI--> <dependency> <groupId>com.epam.jdi</groupId> <artifactId>jdi-uitest-web</artifactId> <version>1.1.9</version>

Consider update test samples