mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
5e9af2c15c
GitOrigin-RevId: f373f4215e5f25d14256008cf5f6582eb3124431
11 lines
296 B
JSON
11 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
|
|
}
|