-
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
Updating cli docs for --browser
flag behavior
#5904
Conversation
👷 Deploy request for cypress-docs pending review.Visit the deploys page to approve it
|
|
@raygdev These changes look a bit off - did you pull down the 13.14.0 branch first? |
@jennifer-shehane I thought I did. I forked the repo, set the upstream remote to cypress-documentation and ran |
Maybe it's because I didn't pull the changes in from the PR that you had already opened? |
Co-authored-by: Mike McCready <[email protected]>
* misc: add docs for `CYPRESS_SKIP_VERIFY` option (#5889) * adds `experimentalJustInTimeCompile` documentation for Component Testing (#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]> * feat: Implement correct behavior for all input types supporting arrow 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]> * chore: add 13.14.0 changelog * Update docs/guides/references/changelog.mdx Co-authored-by: Mike McCready <[email protected]> * Update docs/api/actions/type.mdx Co-authored-by: Matt Schile <[email protected]> * Updating cli docs for `--browser` flag behavior (#5904) * 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]> * Update docs/guides/references/experiments.mdx * Update docs/guides/references/experiments.mdx * Update docs/guides/references/experiments.mdx * Update docs/guides/references/experiments.mdx --------- Co-authored-by: Josh Ward <[email protected]> Co-authored-by: Bill Glesias <[email protected]> Co-authored-by: Mike McCready <[email protected]> Co-authored-by: Vladyslav Nosal <[email protected]> Co-authored-by: Matt Schile <[email protected]> Co-authored-by: Raymond Greeley <[email protected]>
closes #22003
Updates the behavior of the
--browser
flag when passed alone to the cli.