9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
|
"baseUrl": "http://localhost:3000",
|
|
"pluginsFile": "./cypress/plugins/index.cjs",
|
|
"viewportWidth": 1440,
|
|
"viewportHeight": 768,
|
|
"snapshotFileName": "./cypress/snapshots.js"
|
|
}
|