-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,109 additions
and
698 deletions.
There are no files selected for viewing
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,14 @@ | ||
import { defineConfig } from 'cypress'; | ||
|
||
export default defineConfig({ | ||
projectId: 't2rgkz', | ||
includeShadowDom: true, | ||
e2e: { | ||
// We've imported your old cypress plugins here. | ||
// You may want to clean this up later by importing these. | ||
// setupNodeEvents(on, config) { | ||
// return require('./cypress/plugins/index.сjs')(on, config) | ||
// }, | ||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}' | ||
} | ||
}); |
This file was deleted.
Oops, something went wrong.
6 changes: 2 additions & 4 deletions
6
...gration/single-model/single-model.spec.js → ...ess/e2e/single-model/single-model.spec.js
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
File renamed without changes.
Oops, something went wrong.