Files
cypress/system-tests/projects/migration-e2e-fully-custom/cypress.json
T
Lachlan Miller f1bc084a6d chore: add test cases for migration (#19905)
* work on test cases

* custom testfiles test case

* adde readme to project

* typo
2022-01-26 18:26:05 +10:00

7 lines
153 B
JSON

{
"integrationFolder": "src",
"testFiles": "**/*.spec.js",
"pluginsFile": "src/the-plugins-file.js",
"supportFile": "src/some-support-file.js"
}