mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"component": {
|
|
"componentFolder": ".",
|
|
"testFiles": "./{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}",
|
|
"supportFile": "cypress/support/ct/index.ts"
|
|
},
|
|
"fixturesFolder": "cypress/fixtures",
|
|
"video": false,
|
|
"viewportHeight": 800,
|
|
"viewportWidth": 800
|
|
}
|