-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move cypress code to apps/web/app/test
- Loading branch information
Showing
11 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { defineConfig } from 'cypress'; | ||
|
||
export default defineConfig({ | ||
e2e: { | ||
setupNodeEvents(on, config) { | ||
Check warning on line 5 in apps/web/app/tests/cypress.config.ts GitHub Actions / lint (18.17.0)
|
||
// implement node event listeners here | ||
}, | ||
supportFile: 'app/tests/cypress/support/e2e.ts', | ||
specPattern: 'app/tests/cypress/e2e/*.cy.ts', | ||
}, | ||
downloadsFolder: 'app/tests/cypress/downloads', | ||
fixturesFolder: 'app/tests/cypress/fixtures', | ||
screenshotsFolder: 'app/tests/cypress/screenshots', | ||
videosFolder: 'app/tests/cypress/videos', | ||
}); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.