Files
cypress/system-tests/projects/migration-component-testing-customized/cypress.json
T
Lachlan Miller 97e937840a fix: correctly migrate projects with custom integration folder (#19929)
* repro bug

* write failing case

* remove junk file;

* fix custom integration folder logic

* types

* update readme

* add tests

* adding test for component spec migration

* rejig API

* fix tests

* fix types

* fixing tests

* Update system-tests/projects/migration/README.md

Co-authored-by: Emily Rohrbough  <emilyrohrbough@users.noreply.github.com>

* remove old code

* tests

* work on tests

* fix tests

* more testing

* fix workflow

* edge case

* update

* update test

* remove old test

Co-authored-by: Emily Rohrbough  <emilyrohrbough@users.noreply.github.com>
2022-01-29 01:08:25 +10:00

7 lines
113 B
JSON

{
"componentFolder": "src",
"supportFile": false,
"component": {
"testFiles": "**/*spec.{js,tsx}"
}
}