You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
My application runs on various ports and to check that every page is working fine on all ports I have created a test suite. But I am facing a problem, how can I test all ports as I have three of them and I want to run each of them in one run only.
Thanks
Mohit Gupta
The text was updated successfully, but these errors were encountered:
I tried your code @juliemr but I am not able to call this baseUrl in my running tests, earlier I was defining a baseUrl in my config file and calling it as
console.log(config.baseUrl);
but since with your code I am defining it through command prompt only then how wd my test know that config.baseUrl no longer exists and it should pick up the url from command prompt.
Kindly revert !
Hi @juliemr @wlingke
My application runs on various ports and to check that every page is working fine on all ports I have created a test suite. But I am facing a problem, how can I test all ports as I have three of them and I want to run each of them in one run only.
Thanks
Mohit Gupta
The text was updated successfully, but these errors were encountered: