This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade cypress tests to 11.2.0 and remove requery stuff (#66)
* upgrade component tests * remove requery/churn stuff * Update index.cy.jsx * fix a test * Make lint clean * Speed up cypress CLI runs; mute tsconfig spam * Simplify Cypress config * Switch test suite to to use cy.mount * Squelch type errors Co-authored-by: Tony Spataro <[email protected]> Co-authored-by: Tony Spataro <[email protected]>
- Loading branch information
1 parent
9042058
commit 6847644
Showing
36 changed files
with
11,501 additions
and
15,826 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
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({ | ||
component: { | ||
devServer: { | ||
framework: 'react', | ||
bundler: 'webpack', | ||
}, | ||
specPattern: 'cypress/component/**/*.cy.{js,ts,jsx,tsx}', | ||
video: false, | ||
viewportWidth: 640, | ||
viewportHeight: 480, | ||
}, | ||
}); |
This file was deleted.
Oops, something went wrong.
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 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 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
Oops, something went wrong.