diff --git a/cypress.json b/cypress.json index 60ed5aa..80076e4 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "video": false + "video": false, + "integrationFolder": "cypress/e2e" } diff --git a/cypress/integration/example.ts b/cypress/e2e/example.ts similarity index 100% rename from cypress/integration/example.ts rename to cypress/e2e/example.ts