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

10.0.0 Release #4186

Merged
merged 506 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
506 commits
Select commit Hold shift + click to select a range
9508f16
docs: rename all filename references of spec to .cy
jordanpowell88 Jan 27, 2022
d504136
Merge pull request #4329 from cypress-io/udx-103
jordanpowell88 Feb 1, 2022
cdb8b71
Merge branch 'master' into unification
cowboy Feb 2, 2022
d8f6be1
docs: update how screenshots and videos are stripped of common ancestors
jordanpowell88 Jan 27, 2022
d2d0e19
docs: update psuedo path name and some formatting changes
jordanpowell88 Feb 1, 2022
5e4a19c
docs: update writing and organizing tests guide to reflect new folder…
jordanpowell88 Jan 27, 2022
3d097ac
add directive for test type examples
jaffrepaul Jan 27, 2022
627caf0
chore: tweak some verbiage
jordanpowell88 Feb 4, 2022
207f572
docs: update naming convention rules explanation
jordanpowell88 Feb 7, 2022
de2f697
docs: update configuration link to use new asset-saving-structure anchor
jordanpowell88 Feb 7, 2022
866876e
docs: update asset file paths anchor link in naming conventions
jordanpowell88 Feb 7, 2022
1f2efd9
Merge branch 'master' into unification
cowboy Feb 8, 2022
54add47
docs: remove bundled word and update example
jordanpowell88 Feb 8, 2022
474f533
Fix linting issues
cowboy Feb 8, 2022
e5ce312
docs(mount/visit order): update mount/visit to be alphabetical where …
Feb 8, 2022
3aefca4
docs: update folder structure to use code-group
jordanpowell88 Feb 8, 2022
4aaa76c
docs: change folder structure code group labels
jordanpowell88 Feb 8, 2022
3065884
docs: add forward slash to screenshots folder link
jordanpowell88 Feb 8, 2022
ae9abc2
docs: change the executi9on example formatting
jordanpowell88 Feb 9, 2022
4f0ba69
Merge pull request #4326 from cypress-io/udx-6
jordanpowell88 Feb 9, 2022
10df360
docs: remove the runs all examples
jordanpowell88 Feb 9, 2022
1061d27
docs: update session api to properly order mount/visit
Feb 10, 2022
f3b0e6a
docs: remove comments and update execution sentence
jordanpowell88 Feb 11, 2022
4ded11f
Merge pull request #4344 from cypress-io/udx-61
admah Feb 11, 2022
60940d0
Merge pull request #4328 from cypress-io/udx-100
jordanpowell88 Feb 11, 2022
76c67ea
docs: remove run all and run filtered specs documentation
jordanpowell88 Feb 9, 2022
368325e
Merge pull request #4345 from cypress-io/remove-run-all
jordanpowell88 Feb 11, 2022
5338275
docs(support file): update support file docs to reflect changes in 10…
Feb 8, 2022
d91458e
docs(support file): update migration guide docs
Feb 8, 2022
ba80e1f
Merge branch 'master' into unification
cowboy Feb 15, 2022
574325a
Move mount function import instructions into a partial
cowboy Feb 15, 2022
b6c6485
Explain how to import the mount function in the cy.mount() page
cowboy Feb 15, 2022
8ebb635
Fix broken image
cowboy Feb 15, 2022
dc5f2dc
docs: update plugins page with 10.0 changes
jordanpowell88 Feb 15, 2022
9effc20
Merge pull request #4353 from cypress-io/udx-104-mount-links
cowboy Feb 16, 2022
f5a3791
Merge pull request #4343 from cypress-io/UDX-90-support-file
admah Feb 18, 2022
de9072c
Merge pull request #4354 from cypress-io/plugin-updates
admah Feb 18, 2022
3c244bd
update 'specExcludePattern' key to 'excludeSpecPattern'
jaffrepaul Feb 10, 2022
16c7c29
add excludeSpecPattern default for both test types & node modules note
jaffrepaul Feb 11, 2022
e60a934
add punctuation in tables for consistency
jaffrepaul Feb 11, 2022
086aa46
cleanup
jaffrepaul Feb 11, 2022
b01318f
add 'excludeSpecPattern' notes section & appropriate links
jaffrepaul Feb 11, 2022
3bd160c
add PR feedback
jaffrepaul Feb 21, 2022
8d73689
Merge pull request #4349 from cypress-io/UDX-107-update-excludeSpecPa…
jaffrepaul Feb 21, 2022
18ccf1f
docs(v10 migration guide): update migration guide copy, partials, and…
Feb 21, 2022
5291485
Merge branch 'master' into unification
cowboy Feb 22, 2022
ad511dd
docs(v10 migration guide): more migration guide updates.
Feb 22, 2022
c963020
nest baseURL in e2e object
jaffrepaul Feb 11, 2022
d0b7fa9
update cypress.json refs
jaffrepaul Feb 22, 2022
86d43a4
update 'supportFile' default values
jaffrepaul Jan 7, 2022
f3fb24d
update support file path refs
jaffrepaul Jan 7, 2022
e7603ea
add alerts for support file types & multiple supportFile error
jaffrepaul Jan 12, 2022
0bf5d13
move supportFile alert to partial & add to pages
jaffrepaul Jan 27, 2022
03142cf
extract supportFile comments into plain docs text
jaffrepaul Jan 27, 2022
152646a
move supportFile info from error page to writing tests page
jaffrepaul Feb 15, 2022
41d0705
replace support-file-configuration content with reusable partial
jaffrepaul Feb 22, 2022
a9aea8f
add testing-type-specific-option leaf directive
jaffrepaul Feb 22, 2022
66802b7
remove excessive boolean logic
jaffrepaul Jan 28, 2022
ed37258
remove test type option markdown partial & cleanup
jaffrepaul Feb 3, 2022
b3ed68f
docs(v10 migration guide): more docs updates. update plugins directive.
Feb 22, 2022
c281db3
add PR feedback
jaffrepaul Feb 23, 2022
4ae8444
update content & code examples for adding hover & mount commands
jaffrepaul Feb 28, 2022
dfa3f9e
add note about hover & mount custom commands
jaffrepaul Feb 28, 2022
dd23a55
Merge pull request #4350 from cypress-io/UDX-123-update-reused-config
jaffrepaul Mar 1, 2022
5e02167
Merge branch 'master' into unification
cowboy Mar 1, 2022
4925afe
add PR feedback
jaffrepaul Mar 1, 2022
382569d
move 'then,should,and' content to partial & replace on associated pages
jaffrepaul Mar 2, 2022
447ddca
remove flex property that was borking h3 & h4 headers
jaffrepaul Mar 2, 2022
26834ae
add changelog entry
emilyrohrbough Mar 7, 2022
138a6fe
verbiage
emilyrohrbough Mar 7, 2022
9d94442
this is 10.0 release :)
emilyrohrbough Mar 7, 2022
ead34ec
Update content/api/cypress-api/custom-commands.md
jaffrepaul Mar 7, 2022
092bc96
Update content/api/commands/mount.md
jaffrepaul Mar 7, 2022
121795f
add PR feedback
jaffrepaul Mar 7, 2022
6fa9340
lint fix
jaffrepaul Mar 7, 2022
8507c76
Merge branch 'master' into unification
cowboy Mar 8, 2022
a361099
Update content/api/commands/hover.md
jaffrepaul Mar 9, 2022
35db6c1
Update content/api/commands/hover.md
jaffrepaul Mar 9, 2022
96ee394
reorder content for optimal knowledge transfer & cleanup
jaffrepaul Feb 28, 2022
03cfba1
apply PR feedback
jaffrepaul Feb 28, 2022
b6f9215
Merge pull request #4375 from cypress-io/UDX-132-fix-subheader-styles
jaffrepaul Mar 9, 2022
de01299
Merge pull request #4374 from cypress-io/UDX-133-content-partials
jaffrepaul Mar 9, 2022
408e6c5
add raw notes
emilyrohrbough Mar 10, 2022
23e06b4
Merge pull request #4373 from cypress-io/UDX-69-cyadd-hover-mount
jaffrepaul Mar 14, 2022
ce71cb6
Merge pull request #4280 from cypress-io/UNIFY-673-supportFile-updates
jaffrepaul Mar 14, 2022
cc165c0
notes
emilyrohrbough Mar 15, 2022
2f82eb7
notes from going through cli history
emilyrohrbough Mar 15, 2022
7767692
docs: Update docs to scope slowTestThreshold by testing type
BlueWinds Mar 18, 2022
e1d943e
docs: Remove references to deleted schema file (#4391)
BlueWinds Mar 18, 2022
b3ea407
Merge branch 'master' into unification
cowboy Mar 22, 2022
fb3ffe4
docs: move framework config sidemenu
elylucas Mar 22, 2022
0ad615f
adding more content
emilyrohrbough Mar 22, 2022
89cd06d
Merge branch 'master' into unification
elylucas Mar 22, 2022
b120bed
Merge branch 'master' into unification
elylucas Mar 23, 2022
63f6256
Merge branch 'master' into unification
cowboy Mar 29, 2022
0ab07b6
docs: config guide updates for mjs and other guide fixes (#4385)
elylucas Mar 30, 2022
5b13a29
create error log partial & replace on associated pages
jaffrepaul Mar 14, 2022
30fef0e
add selector default priority partial & add to associated pages
jaffrepaul Mar 30, 2022
e97a584
Merge pull request #4413 from cypress-io/content-partials
jaffrepaul Mar 30, 2022
93dddb6
docs: feedback updates
elylucas Mar 31, 2022
da89093
docs: updates to framework config doc for v10 latest
elylucas Mar 31, 2022
31954f7
organize assets & add v10 versions
jaffrepaul Mar 18, 2022
8849483
update pages to use v10 images
jaffrepaul Mar 18, 2022
2ab6998
add screenshot guidelines
jaffrepaul Mar 22, 2022
c017986
added animated gif assets
jaffrepaul Mar 29, 2022
313dc38
delete unused images
jaffrepaul Mar 31, 2022
cf9853c
group images by content
jaffrepaul Mar 31, 2022
0ec3a43
Additional edits
cowboy Feb 28, 2022
6fde735
Remove remaining 'deprecated' warnings
cowboy Apr 1, 2022
717c3af
revised images for clarity
jaffrepaul Apr 1, 2022
b3648dd
update browser filter content
jaffrepaul Apr 1, 2022
935dfec
Merge pull request #4365 from cypress-io/UDX-41-update-migration-guide
cowboy Apr 1, 2022
251fc22
revised images for clarity
jaffrepaul Apr 1, 2022
e7055f1
update page content
jaffrepaul Apr 1, 2022
5cc71da
Merge pull request #4396 from cypress-io/UDX-37-update-screenshots
jaffrepaul Apr 1, 2022
356b36e
Merge branch 'master' into unification
cowboy Apr 5, 2022
cf9815c
add test type subheader to mobile nav
jaffrepaul Dec 3, 2021
178678a
remove duplicate class
jaffrepaul Dec 7, 2021
6b4a10c
update chevron to asset from figma design sytem
jaffrepaul Feb 28, 2022
143c0eb
adjust margin & padding
jaffrepaul Feb 28, 2022
bbd0bee
adjust sub header styles
jaffrepaul Feb 28, 2022
e06fabd
Revert "adjust sub header styles"
jaffrepaul Apr 5, 2022
4464acf
Revert "update chevron to asset from figma design sytem"
jaffrepaul Apr 5, 2022
a116701
Revert "adjust margin & padding"
jaffrepaul Apr 5, 2022
391470a
add new logo & remove old assets
jaffrepaul Apr 5, 2022
458d15e
Merge pull request #4371 from cypress-io/new-sidebar-unification
jaffrepaul Apr 5, 2022
e760ffc
update & move writing tests callout to use appropriate guide
jaffrepaul Apr 4, 2022
1cad707
replace screenshots for clarity
jaffrepaul Apr 6, 2022
2f666bc
escape colon to fix funky line break
jaffrepaul Apr 6, 2022
2cc6eb5
Merge pull request #4427 from cypress-io/screenshot-updates
jaffrepaul Apr 7, 2022
8fca777
fix wonky badge padding
jaffrepaul Apr 8, 2022
96c54fc
escape colon to fix wonky line break
jaffrepaul Apr 8, 2022
78c7a4e
update favicon
jaffrepaul Apr 11, 2022
48f5b4d
Merge pull request #4430 from cypress-io/badge-padding
jaffrepaul Apr 11, 2022
0b26303
docs: update writing first test ct guide (#4429)
elylucas Apr 13, 2022
2c7b33d
docs: updating faq with ct specific info (#4434)
elylucas Apr 13, 2022
f6182b4
docs: update migration guide for ct changes
elylucas Apr 14, 2022
38d4e08
docs: update mount api doc for ct changes
elylucas Apr 14, 2022
8527b34
docs: update mount partial for new imports
elylucas Apr 14, 2022
fc5dc79
docs: update config ref guide for ct arch changes
elylucas Apr 14, 2022
75e6367
docs: updates to ct framework config for new ct arch
elylucas Apr 14, 2022
e6da215
docs: adding ct beta alert box to needed pages
elylucas Apr 14, 2022
d16b62e
Merge branch 'master' into unification
elylucas Apr 14, 2022
6736be8
docs: fix webpack imports for framework config guide
elylucas Apr 21, 2022
32aec34
swap in data-testid as selectors
jaffrepaul Apr 15, 2022
e2a6a10
Merge pull request #4457 from cypress-io/UDX-161-example-selector-upd…
jaffrepaul Apr 27, 2022
f0c63f7
organize & remove unused assets
jaffrepaul Apr 28, 2022
8f0028a
Merge pull request #4460 from cypress-io/asset-updates
jaffrepaul Apr 28, 2022
69b0513
content update
jaffrepaul Apr 27, 2022
a4f10ab
update selectors to be consistent with best practices
jaffrepaul May 2, 2022
4ab465c
break up comments, assertions for readability & minimize horizontal s…
jaffrepaul May 3, 2022
d762005
wrap example attributes in double quotes in best practices table
jaffrepaul May 4, 2022
40689ce
wrap datatest-id attributes in quotes for correctness
jaffrepaul May 4, 2022
afa8d1c
Merge pull request #4467 from cypress-io/UDX-162-guides-example-selec…
jaffrepaul May 5, 2022
db0d64f
remove outdated video content
jaffrepaul May 5, 2022
df0bb04
add title attribute to embedded video content
jaffrepaul May 6, 2022
e091773
Merge pull request #4469 from cypress-io/UDX-155-remove-old-video-con…
jaffrepaul May 10, 2022
f4827c7
Merge branch 'master' into unification
elylucas May 10, 2022
9192581
add CT toubleshooting guide & intellisense partial
jaffrepaul May 13, 2022
7820e56
style tweaks & asset cleanup
jaffrepaul May 16, 2022
cbd0079
Merge branch 'master' into unification
elylucas May 17, 2022
7de399d
Apply suggestions from code review
jaffrepaul May 17, 2022
b59bbf8
.
emilyrohrbough May 17, 2022
904bcbf
Apply suggestions from code review
jaffrepaul May 17, 2022
2905806
config options
emilyrohrbough May 17, 2022
b89ebc4
Merge pull request #4478 from cypress-io/UDX-195-troubleshooting-guide
jaffrepaul May 17, 2022
757b747
more content
emilyrohrbough May 18, 2022
ed96ffc
docs: updated component testing guides
elylucas May 18, 2022
39d1fc4
Update content/guides/references/migration-guide.md
elylucas May 18, 2022
ad8cf05
Update content/guides/references/migration-guide.md
elylucas May 18, 2022
3f720ec
minor updates for clarity
jaffrepaul May 19, 2022
a30ee2e
Merge pull request #4484 from cypress-io/ct-troubleshooting-updates
jaffrepaul May 19, 2022
6736312
Update component-test-troubleshooting.md
jaffrepaul May 19, 2022
e39c4b8
10.0 Final Run-Through Feedback (#4483)
May 20, 2022
5d32342
docs: mount guide updates for CT
elylucas May 22, 2022
4ae0467
docs: updating legacy config guide with latest from master
elylucas May 22, 2022
f01ce2c
docs: update migration guide with latest changes
elylucas May 22, 2022
521257d
docs
emilyrohrbough May 23, 2022
2670b76
updates
emilyrohrbough May 23, 2022
c210679
.
emilyrohrbough May 24, 2022
9bc9ad2
docs: experimentalSessionAndOrigin, origin, and session marked as e2e…
elylucas May 24, 2022
8ae5788
final logging off point with the changelog.
emilyrohrbough May 25, 2022
9fce1ed
Merge pull request #4491 from cypress-io/udx-213-mark-session-origin-…
jordanpowell88 May 25, 2022
49d2ef1
docs: document changes in cypress open behavior (#4480)
flotwig May 25, 2022
f7f693d
docs: update ct to beta and removed studio in public roadmap
elylucas May 25, 2022
aec1087
Merge branch 'master' into unification
elylucas May 26, 2022
654249e
docs: removing a couple of errant @cypress/react references
elylucas May 26, 2022
82c55ea
Updates to make this more concise
jennifer-shehane May 26, 2022
0bee9f2
chore: lint and test fixes
elylucas May 27, 2022
0262677
docs: Remove Studio from docs
debrisapron May 27, 2022
a652289
Minor updates, commenting out bottom.
jennifer-shehane May 27, 2022
f9a0ba3
docs: adding framework and lib versions to config guide
elylucas May 27, 2022
7de65d2
More updates to the changelog to make it readable, succint.
jennifer-shehane May 27, 2022
53c32c5
Add a few missing features + restructure headings to make it more rea…
jennifer-shehane May 27, 2022
8b10511
Reword the beginning again. Add info about cy.mount.
jennifer-shehane May 27, 2022
35849b2
Merge branch 'unification' into 10.0-changelog
jennifer-shehane May 27, 2022
bec3e30
Reword the beginning again. Add info about cy.mount.
jennifer-shehane May 27, 2022
0039a9d
Remove changes to migration guide
jennifer-shehane May 27, 2022
bcd946a
docs: updates to ct overview guides
elylucas May 27, 2022
f691157
Update content/_changelogs/10.0.0.md
jennifer-shehane May 27, 2022
b5678d0
Update content/_changelogs/10.0.0.md
jennifer-shehane May 27, 2022
53ac7e6
docs: update typescript guides with ct mount info
elylucas May 27, 2022
ca242be
Merge remote-tracking branch 'origin/unification' into 10.0-changelog
jennifer-shehane May 31, 2022
22192e4
Merge remote-tracking branch 'origin/10.0-changelog' into 10.0-changelog
jennifer-shehane May 31, 2022
0ead487
Fix lint error
jennifer-shehane May 31, 2022
9acde31
Fix prettier lint errors in markdown
jennifer-shehane May 31, 2022
740bb94
Merge pull request #4378 from cypress-io/10.0-changelog
jennifer-shehane May 31, 2022
6677364
fix lint errors
jaffrepaul May 31, 2022
4124851
Merge pull request #4518 from cypress-io/fix-lint-errors
jaffrepaul May 31, 2022
60faf8f
UDX-216: Overview/Getting Started Docs Restructure
debrisapron May 26, 2022
44923e4
More reorganization
debrisapron May 27, 2022
f0fae26
Move Testing Strategies inside End-to-End Testing
debrisapron May 27, 2022
f02028e
Add subsection headers to start of test type sections
debrisapron May 27, 2022
fa5f554
Move Protractor migration to References
debrisapron May 27, 2022
e47cae3
Update internal links and redirects
debrisapron May 30, 2022
5c7276f
Finish off Opening the App page
debrisapron May 30, 2022
278ffb2
Fix conflict
debrisapron May 30, 2022
3b51c7e
Fix a broken link to Testing Types
debrisapron May 30, 2022
e7cab7d
Add default landing page for component testing section
debrisapron May 31, 2022
fd8809f
Fix more broken links
debrisapron May 31, 2022
d71addc
Merge pull request #4511 from cypress-io/content/reorganize-onboarding
debrisapron May 31, 2022
4c9a302
UDX-201: Restore studio to sidebar & add removal notice
debrisapron May 31, 2022
52a8aba
UDX-224: Move scripts section back to Opening the App
debrisapron May 31, 2022
cecdc10
UDX-225: Rename 'Testing Your Components with Cypress' to 'Writing Yo…
debrisapron May 31, 2022
e0bedc0
UDX-226: Rename 'Bundled Tools' to 'Bundled Libraries'
debrisapron May 31, 2022
cb61167
Minor typo updates
mattvollmer May 31, 2022
ff7f946
Merge pull request #4519 from cypress-io/content/add-studio-removal-n…
debrisapron May 31, 2022
09e95b3
Update content/guides/getting-started/opening-the-app.md
debrisapron May 31, 2022
b4536a9
Merge pull request #4521 from cypress-io/content/rename-component-tes…
debrisapron May 31, 2022
7ca8eef
UDX-227: Move 'Migrating from Protractor to Cypress' to E2E section
debrisapron May 31, 2022
8325926
Merge pull request #4523 from mattvCypress/patch-1
jaffrepaul Jun 1, 2022
f885482
UDX-228: Update 'Writing Your First End-to-End Test' to use 'Create n…
debrisapron Jun 1, 2022
0f95322
Merge pull request #4524 from cypress-io/content/move-protractor-to-e…
debrisapron Jun 1, 2022
a1679af
Fix bug in NavGuide bottom border styling
debrisapron Jun 1, 2022
2747eee
UDX-165: Correct usage of end-to-end vs E2E across docs
debrisapron Jun 1, 2022
0541c69
Apply suggestions from code review
debrisapron Jun 1, 2022
051c5e4
Merge pull request #4526 from cypress-io/config/fix-nav-guide-styling
debrisapron Jun 1, 2022
562466c
Update bad description of spec list
debrisapron Jun 1, 2022
54a4e23
Merge pull request #4522 from cypress-io/content/rename-bundled-tools…
debrisapron Jun 1, 2022
5c18c52
Merge pull request #4520 from cypress-io/content/move-npm-scripts-to-…
debrisapron Jun 1, 2022
d01c432
Merge pull request #4525 from cypress-io/content/update-creating-firs…
debrisapron Jun 1, 2022
33097f6
Update content/guides/component-testing/component-framework-configura…
debrisapron Jun 1, 2022
25dbadc
Merge pull request #4527 from cypress-io/content/naming-of-e2e
debrisapron Jun 1, 2022
0edcd00
chore: lint 10.0 changelog
jordanpowell88 Jun 1, 2022
802df1f
add bundled tools redirect
jaffrepaul Jun 1, 2022
1251d26
Merge pull request #4529 from cypress-io/bundled-tools-redirect
jaffrepaul Jun 1, 2022
fe0697d
updated sidebar titles in sidebar.json to match new titles and get te…
robertguss Jun 1, 2022
1a4fe55
Specify line length in prettier config
debrisapron Jun 1, 2022
0aa711e
Merge pull request #4528 from cypress-io/fix-linting
jordanpowell88 Jun 1, 2022
de79b19
Merge pull request #4530 from cypress-io/config/prettierrc
jordanpowell88 Jun 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ workflows:
- cypress/run:
name: 'UI Tests - Chrome'
browser: chrome
spec: cypress/integration/*
executor: with-chrome-and-firefox
wait-on: 'http://localhost:3000'
command-prefix: npx percy exec --
Expand Down
9 changes: 5 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": false,
"singleQuote": true,
"proseWrap": "always"
}
"semi": false,
"singleQuote": true,
"printWidth": 80,
"proseWrap": "always"
}
Binary file removed assets/cy-logo.png
Binary file not shown.
Binary file removed assets/cydocs-logo.png
Binary file not shown.
Binary file removed assets/cypress-logo.png
Binary file not shown.
22 changes: 22 additions & 0 deletions assets/cypress-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/api/task/console-shows-task-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/api/task/task-count-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/api/task/task-read-cypress-json.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/img/guides/a-simple-test.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/img/guides/aliasing-routes.jpg
Binary file not shown.
Binary file removed assets/img/guides/application-under-test.png
Binary file not shown.
Binary file removed assets/img/guides/blocked-host.png
Binary file not shown.
Binary file removed assets/img/guides/browser-list-dropdown.png
Binary file not shown.
Binary file removed assets/img/guides/clear-source-of-failure.png
Binary file not shown.
Binary file removed assets/img/guides/clicking-commands.png
Binary file not shown.
Binary file removed assets/img/guides/command-failure-error.png
Binary file not shown.
Binary file removed assets/img/guides/command-log.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/guides/component-testing/first-open.png
Binary file not shown.
Binary file removed assets/img/guides/component-testing/first-run.png
Binary file not shown.
Binary file removed assets/img/guides/component-testing/one-spec.png
Binary file not shown.
Binary file removed assets/img/guides/component-testing/run-result.png
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/1-skipped.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/failing-test.png
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/lucky-7.gif
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/passing-test.png
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/run-all-specs.gif
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/run-single-spec.gif
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/skipped.png
Diff not rendered.
Binary file removed assets/img/guides/core-concepts/two-passing.png
Diff not rendered.
Binary file added assets/img/guides/core-concepts/v10/hitbox.png
Binary file added assets/img/guides/core-concepts/v10/lucky-7.gif
Diff not rendered.
Binary file removed assets/img/guides/cypress-browser-chrome.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/default-page.png
Diff not rendered.
Binary file removed assets/img/guides/errors.png
Diff not rendered.
Binary file removed assets/img/guides/failing-test.png
Diff not rendered.
Binary file removed assets/img/guides/file-opener-ide-go-to-line.gif
Diff not rendered.
Binary file removed assets/img/guides/find-and-click-element.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-click-revert.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-console-output.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-failing-contains.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-hover-contains.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-kitchen-sink-wide.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-kitchen-sink.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-page-load.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-paused.png
Diff not rendered.
Binary file removed assets/img/guides/first-test-url-revert.png
Diff not rendered.
Binary file removed assets/img/guides/first-test.png
Diff not rendered.
Binary file removed assets/img/guides/generated-files.png
Diff not rendered.
Binary file removed assets/img/guides/global-hooks.png
Diff not rendered.
Binary file removed assets/img/guides/hitbox.png
Diff not rendered.
Binary file removed assets/img/guides/installing-cli.mp4
Binary file not shown.
Binary file removed assets/img/guides/instrument-panel-routes.png
Diff not rendered.
Binary file removed assets/img/guides/instrument-panel-spies.png
Diff not rendered.
Binary file removed assets/img/guides/instrument-panel-stubs.png
Diff not rendered.
Binary file removed assets/img/guides/log-in-to-cypress-screen.png
Diff not rendered.
Binary file removed assets/img/guides/maintain-tests-graphic.jpg
Diff not rendered.
Binary file removed assets/img/guides/open-file-in-IDE.gif
Diff not rendered.
Binary file added assets/img/guides/overview/v10/real-world-app.png
Binary file removed assets/img/guides/plugins/brave-browser.png
Diff not rendered.
Binary file removed assets/img/guides/plugins/brave-running-tests.png
Diff not rendered.
Binary file removed assets/img/guides/plugins/chrome-browsers-only.png
Diff not rendered.
Binary file not shown.
Binary file removed assets/img/guides/real-world-app.png
Diff not rendered.
Binary file removed assets/img/guides/references/component-test.gif
Diff not rendered.
Binary file added assets/img/guides/references/v10/blocked-host.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/alternating.png
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/click-twice.gif
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/delay-click.png
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/eq.gif
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/retry-2-items.gif
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/second-get-li.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/retry-ability/two-items.png
Diff not rendered.
Binary file added assets/img/guides/retry-ability/v10/eq.gif
Binary file removed assets/img/guides/run-tests-graphic.jpg
Diff not rendered.
Binary file removed assets/img/guides/server-routing-table.png
Diff not rendered.
Binary file removed assets/img/guides/setup-tests-graphic.jpg
Diff not rendered.
Binary file removed assets/img/guides/simple-spec.png
Diff not rendered.
Binary file removed assets/img/guides/test-retries/attempt-1-fail.png
Diff not rendered.
Binary file removed assets/img/guides/test-retries/attempt-2-start.png
Diff not rendered.
Binary file removed assets/img/guides/test-retries/attempt-3-fail.png
Diff not rendered.
Binary file removed assets/img/guides/test-retries/attempt-3-start.png
Diff not rendered.
Binary file not shown.
Binary file removed assets/img/guides/test-runner/keyboard-shortcuts.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/testing-your-app-visit-fail.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/img/guides/viewport-scaling.png
Diff not rendered.
Binary file removed assets/img/guides/visit-a-page.png
Diff not rendered.
Binary file removed assets/img/guides/visit-your-development-url.png
Diff not rendered.
Binary file removed assets/img/snippets/empty-file-30fps.mp4
Binary file not shown.
Binary file removed assets/img/snippets/empty-file-30fps.png
Diff not rendered.
Binary file removed assets/img/snippets/first-test-30fps.mp4
Binary file not shown.
Binary file removed assets/img/snippets/first-test-30fps.png
Diff not rendered.
Binary file removed assets/img/snippets/intellisense-config-defaults.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Loading