Skip to content

top-level domain .dev in baseURL makes webkit to open blankPage instead of tests #27394

Open
@Bohdan-Hevlich

Description

@Bohdan-Hevlich

Current behavior

Right now if baseUrl in config file has .dev domain - it makes webkit to open blankPage instead of tests.
Screenshot 2023-07-26 at 16 55 38

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    E2EIssue related to end-to-end testingTriagedIssue has been routed to backlog. This is not a commitment to have it prioritized by the team.browser: webkitIssue related to Webkit (Safari) browserexperiment: webkitIssues when using experimentalWebkitSupporttype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions