nastester
2 years agoRegular Contributor
Headless execution
I am new to using headless execution with TC and am in the process of converting some existing tests to run headlessly. I am able to launch a headless browser using a script with no issues (Browser...
- 2 years ago
You already have an extra call for your additional navigates. Calling a common function with the appropriate URL won't add anything extra, it will replace it. You just need to make that function one common to all the tests and call it with the needed URL from each test that needs it.