Skip to content

Commit

Permalink
Merge branch 'develop' into release/14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Nov 4, 2024
2 parents 196f5f1 + 4ff3b2b commit 9342e54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ _Released 12/3/2024 (PENDING)_

_Released 11/5/2024 (PENDING)_

**Misc:**

- Fixed a typo in CLI `global` option help text. Addresses [#30531](https://github.com/cypress-io/cypress/issues/30531).

**Dependency Updates:**

- Updated `@cypress/request` from `3.0.4` to `3.0.6`. Addressed in [#30488](https://github.com/cypress-io/cypress/pull/30488).
Expand Down
2 changes: 1 addition & 1 deletion cli/__snapshots__/cli_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports['shows help for open --foo 1'] = `
multiple values with a comma. overrides any
value in cypress.config.{js,ts,mjs,cjs} or
cypress.env.json
--global force Cypress into global mode as if its
--global force Cypress into global mode as if it were
globally installed
-p, --port <port> runs Cypress on a specific port. overrides
any value in cypress.config.{js,ts,mjs,cjs}.
Expand Down
2 changes: 1 addition & 1 deletion cli/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const descriptions = {
env: 'sets environment variables. separate multiple values with a comma. overrides any value in cypress.config.{js,ts,mjs,cjs} or cypress.env.json',
exit: 'keep the browser open after tests finish',
forceInstall: 'force install the Cypress binary',
global: 'force Cypress into global mode as if its globally installed',
global: 'force Cypress into global mode as if it were globally installed',
group: 'a named group for recorded runs in Cypress Cloud',
headed: 'displays the browser instead of running headlessly',
headless: 'hide the browser instead of running headed (default for cypress run)',
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
"mockery": "2.1.0",
"nock": "13.2.9",
"proxyquire": "2.1.3",
"react": "16.8.6",
"repl.history": "0.1.4",
"sinon": "17.0.1",
"snap-shot-it": "7.9.3",
Expand Down

2 comments on commit 9342e54

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9342e54 Nov 4, 2024

Choose a reason for hiding this comment

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

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-arm64/release/14.0.0-9342e54e844fb9a3ce75502af617565e81db6c9e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9342e54 Nov 4, 2024

Choose a reason for hiding this comment

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

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-x64/release/14.0.0-9342e54e844fb9a3ce75502af617565e81db6c9e/cypress.tgz

Please sign in to comment.