9 lines
223 B
JSON
9 lines
223 B
JSON
{
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
|
"testFiles": "**/*e2e.ts",
|
|
"ignoreTestFiles": "**/examples/*spec.js",
|
|
"viewportWidth": 1440,
|
|
"viewportHeight": 900,
|
|
"baseUrl": "http://localhost:3000"
|
|
}
|