Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Default setup for cypress incorrectly reads from port 5050 (instead of 3000) #104

Closed
@itsalaidbacklife

Description

@itsalaidbacklife

Creating a new project withnpm init vue@latest and adding cypress as a package incorrectly sets the default baseUrl for cypress to ``"http://localhost:5050",` even though the default port for the application itself islocalhost:3000. It would be nice if cypress were default-configured to look for your new vue app at `http://localhost:3000` so it can find it without additional configuration.

To reproduce: create a new vue3 project withnpm init vue@latest, choose vue3 and include cypress for e2e testing, then boot the server withnpm run dev and open cypress withnpx cypress open then open the example test. It will fail to find the application as the autogeneratedcypress.json file has the incorrect "baseUrl" setting

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp