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
When running tests, if use.baseURL is specified in playwright-tc.config.ts, the error Error is thrown: getaddrinfo ENOTFOUND http://localhost:8080/
If you remove the baseUrl, there is no error
The text was updated successfully, but these errors were encountered:
Crone1331
changed the title
[BUG] Error: getaddrinfo ENOTFOUND http://localhost:8080/ with baseUrl in playwright-ct.config.ts
[BUG] Error: getaddrinfo ENOTFOUND "url" with baseUrl in playwright-ct.config.ts
Oct 16, 2023
System info
Source code
Config file
Test file (self-contained)
Steps
Expected
Currect work
Actual
Error: getaddrinfo ENOTFOUND http://localhost:8080/
Note
When running tests, if
use.baseURL
is specified inplaywright-tc.config.ts
, the errorError is thrown: getaddrinfo ENOTFOUND http://localhost:8080/
If you remove the
baseUrl
, there is no errorThe text was updated successfully, but these errors were encountered: