Forum Discussion

rte4hirsiz's avatar
rte4hirsiz
New Contributor
2 years ago

ready-api-soapui-testrunner does not pass global properties

Hi

I'm using ready-api-soapui-testrunner:3.47.0 Docker image to run my tests 

But global properties used in 

-e COMMAND_LINE

are not passed to the  project file and tests are failing.

E.g. -Gmy.jdbc.url=jdbc:mysql://remote-server:6446/databasename?user=username&password=plainpassword222

gives java.sql.SQLException: Access denied for user ''@'remote-server' which indicates that username that I have provided is not known to the testrunner.

 

Using Readyapi or command line using testrunner.bat works without any problem. Tests run and are passed.

So what is the reason to failure when running the Docker image?