diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-12-11 17:52:38 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-12-11 17:52:38 +0100 |
| commit | 93db24b7f7650abac1bb7095026e3a1f367b0c0a (patch) | |
| tree | c6efd8669d333941494e573d2468a4fb6603b134 /cypress.config.js | |
| parent | cd2cb5748be9e9c479d9802dd3897de1cd1cbd9f (diff) | |
refactor(pages): refine Contact page
* remove next/router dependency
* remove pageTitle since it is defined in MDX
* reduce statements by grouping messages
* mock response with MSW and add test for sendEmail
Diffstat (limited to 'cypress.config.js')
| -rw-r--r-- | cypress.config.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cypress.config.js b/cypress.config.js deleted file mode 100644 index c427b03..0000000 --- a/cypress.config.js +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from 'cypress'; - -export default defineConfig({ - downloadsFolder: 'tests/cypress/downloads', - fixturesFolder: 'tests/cypress/fixtures', - screenshotsFolder: 'tests/cypress/screenshots', - supportFolder: 'tests/cypress/support', - videosFolder: 'tests/cypress/videos', - - e2e: { - baseUrl: 'http://localhost:3000', - specPattern: '**/*.cy.{js,jsx,ts,tsx}', - supportFile: 'tests/cypress/support/e2e.ts', - }, -}); |
