12 lines
322 B
JSON
12 lines
322 B
JSON
{
|
|
"projectId": "2ckppp",
|
|
"$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",
|
|
"defaultCommandTimeout": 16000,
|
|
"requestTimeout": 16000
|
|
}
|