mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 20:39:57 -05:00
88ef75c39d
* 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
7 lines
84 B
JSON
7 lines
84 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"e2e": {
|
|
"projectId": "abc1234"
|
|
}
|
|
}
|