Open
Description
Current behavior
Right now if baseUrl in config file has .dev domain - it makes webkit to open blankPage instead of tests.
Desired behavior
Cypress webkit should open tests with all available top-level domains.
Test code to reproduce
cypress.config.js
module.exports = {
e2e: {
setupNodeEvents(on, config) {},
experimentalWebKitSupport: true,
baseUrl: "https://get.dev/",
},
};
Cypress Version
12.10.0
Node version
v18.16.1
Operating System
macOS Ventura 13.1
Debug Logs
No response
Other
"playwright-webkit": "1.34"