The launch url is hardcoded to 'localhost'. I am wanting to do remote testing - via docker. This blocks me from being able to allow my test docker environment from using a custom url to the container hosting the vite server.
|
this.launchUrl = this.baseUrl = `http://localhost:${vite_port}`; |
The launch url is hardcoded to 'localhost'. I am wanting to do remote testing - via docker. This blocks me from being able to allow my test docker environment from using a custom url to the container hosting the vite server.
nightwatch-plugin-react/nightwatch/globals.js
Line 62 in 41d0d1b