Optimal method for pointing a single test suite at multiple websites using RE + Jenkins?

I’m attempting to point a single test suite at multiple websites: prod, dev, staging, without creating dupliciate test suites. Example: prod.mysite.com, dev.mysite.com, staging.mysite.com. What’s the best way to go about this using RE and Jenkins? Is it possible to pass a test case variable as a command line parameter in the jenkins config?

Appreciate any suggestions. Thanks!

hello,

try with profile files

1 Like