Best practice for executing tests on windows environment #2250
Replies: 4 comments 3 replies
-
Also, would like to understand if parallel execution will work in this case |
Beta Was this translation helpful? Give feedback.
-
If you have the dependencies installed, the windows execution should be the same as unix ones. Is there any difference in behaviour? |
Beta Was this translation helpful? Give feedback.
-
Hi @sriv, thanks for answering. So basically I execute a docker with taiko on a linux machine that connect with the remote host (windows, that u can see on the attached image above) I couldn't use the parallel execution of gauge while running in this way, thats why I was asking is there any other way to execute tests in windows, in unix I just run them from docker. Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks @zabil, I think we will try to execute directly in a windows instance without remote debugging or try with docker on a windows base image. This approach has too many complications. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Im trying to run tests in a windows instance with gauge + Taiko (on google cloud / AWS).
The execution of taiko/gauge is happening on a unix instance on the same network of the windows instance (since we want to run in both unix and windows).
Should I use remote debugging on the windows machine with options.host and options.port or is there any other best practice for it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions