mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"video": false,
|
|
"fixturesFolder": false,
|
|
"testFiles": "**/*-spec.js",
|
|
"viewportWidth": 500,
|
|
"viewportHeight": 500,
|
|
"ignoreTestFiles": [
|
|
"**/__snapshots__/*",
|
|
"**/__image_snapshots__/*"
|
|
],
|
|
"env": {
|
|
"cypress-plugin-snapshots": {
|
|
"prettier": true
|
|
}
|
|
}
|
|
} |