6 lines
206 B
JSON
6 lines
206 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/cypress-io/cypress/develop/cli/schema/cypress.schema.json",
|
|
"baseUrl": "http://localhost:8080",
|
|
"testFiles": "**/*.spec.ts",
|
|
"video": false
|
|
}
|