Skip to content

Commit

Permalink
fix: add skip domain injection description (#25463)
Browse files Browse the repository at this point in the history
* chore: add locales for experimentalSkipDomainInjection

* run ci
  • Loading branch information
AtofStryker authored Jan 13, 2023
1 parent 478407e commit 0d48199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend-shared/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@
"experimentalOriginDependencies": {
"name": "Origin Dependencies",
"description": "Enables support for `require`/`import` within `cy.origin`."
},
"experimentalSkipDomainInjection": {
"name": "Skip Domain Injection",
"description": "Disables setting `document.domain` to the application's super domain on injection"
}
},
"device": {
Expand Down

5 comments on commit 0d48199

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0d48199 Jan 13, 2023

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/12.4.0/linux-arm64/develop-0d4819913224537e04300a3d644fb02c7ca31e86/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0d48199 Jan 13, 2023

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/12.4.0/linux-x64/develop-0d4819913224537e04300a3d644fb02c7ca31e86/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0d48199 Jan 13, 2023

Choose a reason for hiding this comment

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

Circle has built the darwin 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/12.4.0/darwin-arm64/develop-0d4819913224537e04300a3d644fb02c7ca31e86/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0d48199 Jan 13, 2023

Choose a reason for hiding this comment

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

Circle has built the darwin 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/12.4.0/darwin-x64/develop-0d4819913224537e04300a3d644fb02c7ca31e86/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 0d48199 Jan 13, 2023

Choose a reason for hiding this comment

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

Circle has built the win32 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/12.4.0/win32-x64/develop-0d4819913224537e04300a3d644fb02c7ca31e86/cypress.tgz

Please sign in to comment.