* Migrate cypress tests and commands to TypeScript * Cypress added plugins to tsconfig * Update cypress plugins file to .ts
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"projectId": "916nvw",
|
|
"baseUrl": "http://localhost:3000",
|
|
"testFiles": ["**/*.spec.*"],
|
|
"viewportHeight": 800,
|
|
"viewportWidth": 1280,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
}
|