Hi,
we have a CI environment where we run multiple projects and each one has e webapp running for the tests. Now we have some kind of logic which searches a free port to start the server and tell the application on which port the server is running. Now i just found out that I could override the port setting in the config by starting testacular with this command line argument:
--port=1234
But I can't create objects in the command line to use for example for the proxies property. Is there a possibility to add them via command line arguments or system properties ?
Thanks and regards,
Guy
Hi,
we have a CI environment where we run multiple projects and each one has e webapp running for the tests. Now we have some kind of logic which searches a free port to start the server and tell the application on which port the server is running. Now i just found out that I could override the port setting in the config by starting testacular with this command line argument:
--port=1234
But I can't create objects in the command line to use for example for the proxies property. Is there a possibility to add them via command line arguments or system properties ?
Thanks and regards,
Guy