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

docs: Mention webkit experiment in cross-browser section #5113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion docs/guides/overview/why-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ do that no other testing framework can:
results for zero-configuration debugging.
- **Cross browser Testing:** Run tests within Firefox and Chrome-family browsers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Cross browser Testing:** Run tests within Firefox and Chrome-family browsers
- **Cross browser Testing:** Run tests within Firefore, Chrome-family and Safari [WebKit](/guides/guides/launching-browsers#WebKit-Experimental) browsers

(including Edge and Electron) locally and
[optimally in a Continuous Integration pipeline](/guides/guides/cross-browser-testing).
[optimally in a Continuous Integration pipeline](/guides/guides/cross-browser-testing).
Expirimental support is also provided for Safari's browser engine,
[WebKit](/guides/guides/launching-browsers#WebKit-Experimental).
- **Smart Orchestration:** Once you're set up to record to Cypress Cloud, easily
[parallelize](/guides/guides/parallelization) your test suite, rerun failed
specs first with
Expand Down