-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
v13.14.0 Docs #5898
v13.14.0 Docs #5898
Conversation
…ing (#5897) * feat: add experimentalJustInTimeCompile documentation for component testing * Update docs/guides/references/experiments.mdx Co-authored-by: Mike McCready <[email protected]> * Update docs/guides/references/experiments.mdx --------- Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Mike McCready <[email protected]>
… up (stepUp) and arrow down (stepDown) (#5850) * Update documentation for "type" action to describe how various input types behave with {upArrow} and {downArrow} arguments * Update changelog * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Revert changelog * Run lint * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Update docs/api/actions/type.mdx * Updated changelog * Add a history entry * md table formatting --------- Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]>
Co-authored-by: Mike McCready <[email protected]>
Co-authored-by: Matt Schile <[email protected]>
| Option | Default | Description | | ||
| ------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `experimentalSingleTabRunMode` | `false` | Run all specs in a single tab, instead of creating a new tab per spec. This can improve run mode performance, but can impact spec isolation and reliability on large test suites. | | ||
| `experimentalJustInTimeCompile` | `false` | Enables Just-In-Time (JIT) compiling for component testing, which will only compile assets related to the spec before the spec is run. Currently supported for Vite and Webpack. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just pointing out that sometimes we capitalize and use 'Component Testing' and other times we don't and use 'component testing'. Suggest we stick to one style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this updated on the experiments page
* Update cypress open documentation * Add feature section for browser flag * Run lint fix * Update docs/guides/references/changelog.mdx Co-authored-by: Mike McCready <[email protected]> --------- Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Mike McCready <[email protected]>
CYPRESS_SKIP_VERIFY
option #5889experimentalJustInTimeCompile
docs addsexperimentalJustInTimeCompile
documentation for Component Testing #5897