Hello, it's me again :)
I have multiple websites :
- http://site1.com/fr
- http://site1.com/en
- http://site2.com/fr
- http://site2.com/en
- http://site3.com/fr
- http://site3.com/en
I use the baseUrl concept with FulPath settings for the recording and it's perfect.
Do you know how I can launch all my tests with differents baseURL without any test duplication ?
Can I add a variable in my test list and use it in each test ?
All my website use the SAME tests. BaseURL is the only change. So I don't want to duplicate all the tests. (This can create errors in case of forgetfulness.)
Thank you very much.