Update cypress.json

This commit is contained in:
Jamie 2022-09-14 14:26:28 +01:00 committed by GitHub
commit 9ad7d6d441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://on.cypress.io/cypress.schema.json", "$schema": "https://on.cypress.io/cypress.schema.json",
"supportFile": "cypress/support/index.ts", "supportFile": "cypress/support/index.ts",
"baseUrl": "http://localhost:3577", "baseUrl": "http://localhost:5000",
"integrationFolder": "cypress/tests", "integrationFolder": "cypress/tests",
"testFiles": "**/*.spec.ts*", "testFiles": "**/*.spec.ts*",
"watchForFileChanges": true, "watchForFileChanges": true,