Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Cypress from v9 to v12 #37810

Merged
merged 41 commits into from
Apr 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
4af2acc
run-with-conditional-flag: Use CYPRESS_GROUP_NAME env var
LekoArts Mar 30, 2023
275cce3
mdx
LekoArts Mar 30, 2023
499d5f4
path-prefix
LekoArts Mar 30, 2023
aea5d66
visual-regression config changes
LekoArts Mar 30, 2023
6ec0c80
visual-regression move snapshots
LekoArts Mar 30, 2023
3fb82e4
trailing-slash
LekoArts Mar 30, 2023
3c08b34
then don't use TS for configs... :tableflip:
LekoArts Mar 30, 2023
43d3e66
Revert "then don't use TS for configs... :tableflip:"
LekoArts Mar 30, 2023
1ba432e
add typescript dep
LekoArts Mar 30, 2023
f65ce0c
add tsconfig
LekoArts Mar 30, 2023
6cab274
themes
LekoArts Mar 30, 2023
83c8405
contentful YOLO
LekoArts Mar 30, 2023
f87a444
themes add tsconfig
LekoArts Mar 30, 2023
a76f50e
Merge branch 'master' into cypress-9-to-12
LekoArts Apr 3, 2023
d4926a2
begin development-runtime
LekoArts Apr 3, 2023
a6dd961
fix contentful image snapshots location
LekoArts Apr 3, 2023
6bbae5d
development-runtime: fix snapshot location
LekoArts Apr 3, 2023
422f5c6
contentful remove unused import
LekoArts Apr 4, 2023
2e68303
finish development-runtime?
LekoArts Apr 4, 2023
bd3d618
fix specPattern lel
LekoArts Apr 4, 2023
75def60
finish production-runtime
LekoArts Apr 4, 2023
d03b139
videoUploadOnPasses: false
LekoArts Apr 4, 2023
baf8c53
add typescript
LekoArts Apr 4, 2023
6d00a75
update package.json stuff
LekoArts Apr 4, 2023
eb4ce16
use cypress-split
LekoArts Apr 4, 2023
e2a1409
Revert "use cypress-split"
LekoArts Apr 4, 2023
32e5b90
fix typo
LekoArts Apr 4, 2023
08cc49d
fix production-runtime
LekoArts Apr 4, 2023
a3243b6
development run all specs experiment
LekoArts Apr 4, 2023
7cd422c
fix styling
LekoArts Apr 4, 2023
22125dc
fix error-handling
LekoArts Apr 4, 2023
738488c
update lifecycle-methods
LekoArts Apr 5, 2023
60e9206
move project ids to config files
LekoArts Apr 5, 2023
711683b
add group names to trailing-slash
LekoArts Apr 5, 2023
d34d6f4
use env vars
LekoArts Apr 5, 2023
439eec0
fix record script
LekoArts Apr 5, 2023
4157003
does now this work lol?
LekoArts Apr 5, 2023
5c8aaa6
setup env vars
LekoArts Apr 5, 2023
71b32d5
try again
LekoArts Apr 5, 2023
82c5a36
skip redirects
LekoArts Apr 6, 2023
c55c243
add requireSnapshots
LekoArts Apr 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add requireSnapshots
LekoArts committed Apr 6, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c55c2431aea823b3903927737b1f672adfe4bd30
3 changes: 3 additions & 0 deletions e2e-tests/contentful/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -24,4 +24,7 @@ export default defineConfig({
})
},
},
env: {
requireSnapshots: true,
}
})
3 changes: 3 additions & 0 deletions e2e-tests/development-runtime/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -28,4 +28,7 @@ export default defineConfig({
})
},
},
env: {
requireSnapshots: true,
}
})
3 changes: 3 additions & 0 deletions e2e-tests/visual-regression/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -25,5 +25,8 @@ export default defineConfig({
overwrite: false,
html: false,
json: true,
},
env: {
requireSnapshots: true,
}
})