mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
97e937840a
* 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>
7 lines
113 B
JSON
7 lines
113 B
JSON
{
|
|
"componentFolder": "src",
|
|
"supportFile": false,
|
|
"component": {
|
|
"testFiles": "**/*spec.{js,tsx}"
|
|
}
|
|
} |