mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
0225406051
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
"experimentalComponentTesting": true,
|
|
"pluginsFile": "cypress/plugins.js",
|
|
"testFiles": "**/*.spec.*",
|
|
"componentFolder": "cypress/components",
|
|
"supportFile": "cypress/support/support.js"
|
|
}
|