Files
cypress/system-tests/projects/migration-e2e-defaults-with-nested-projectId/cypress.json
T
Alejandro Estrada 88ef75c39d feat: Update migration for projects with projectId (#21193)
* feat: Update migration for projects with projectId

* Add tests

* Update prettier require, add test for custom specPattern

* Revert prettier changes

* Update test

* Add defaultMigrationTransformOptions

* Update with code review

* Support nested projectId

* Fix test
2022-05-03 17:48:42 -05:00

7 lines
84 B
JSON

{
"baseUrl": "http://localhost:3000",
"e2e": {
"projectId": "abc1234"
}
}