-
Story
-
Resolution: Not A Defect
-
Minor
-
None
Is there a way to setup Jenkins or Selenium to execute the same scripts in different environments?
Currently, in Jenkins I execute a Maven project calling Selenium, Smoke, Reg, Int, etc test suite. In the sit.properties file I set the environment for Dev, CTE, ITE, etc. But this isa manual update and I also up date my Jenkins config files.
I would like separate Jenkins build files, one to call each environment and skip the sit.properties file.
In a Jenkins config, can i create a config where one file for CTE calls env.baseurl.wimci=https://mycte.connection.com/
and for Dev, another calls: (and so on)
env.baseurl.wimci=https://mydev.connection.com
Any thoughts on running the same automated test suites in different environments without manual intervention?
thanks for any ideas
Mike vR