Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/run-all-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Nov 21, 2022
2 parents 87b2af5 + b9d053e commit 2fb4c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/cypress-schematic/README.md
Expand Up @@ -166,7 +166,7 @@ It may be useful to have different Cypress configuration files per environment (
"builder": "@cypress/schematic:cypress",
"options": {
"devServerTarget": "{project-name}:serve",
"configFile": "cypress.production.json"
"configFile": "cypress.production.js"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -226,7 +226,7 @@ Read our docs to learn more about working with [reporters](https://on.cypress.io

### Running the builder with a different baseUrl

You can specify a `baseUrl` that is different than the one in `cypress.json`. There are two ways to do this.
You can specify a `baseUrl` that is different than the one in `cypress.config.js`. There are two ways to do this.

1. Add `baseUrl` to `configurations` like the following:

Expand Down

5 comments on commit 2fb4c09

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2fb4c09 Nov 21, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/linux-arm64/feature/run-all-specs-2fb4c09cb10df6f31f4724dd4dc555b56a2e0f29/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2fb4c09 Nov 21, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/linux-x64/feature/run-all-specs-2fb4c09cb10df6f31f4724dd4dc555b56a2e0f29/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2fb4c09 Nov 21, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/darwin-x64/feature/run-all-specs-2fb4c09cb10df6f31f4724dd4dc555b56a2e0f29/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2fb4c09 Nov 21, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/darwin-arm64/feature/run-all-specs-2fb4c09cb10df6f31f4724dd4dc555b56a2e0f29/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2fb4c09 Nov 21, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/win32-x64/feature/run-all-specs-2fb4c09cb10df6f31f4724dd4dc555b56a2e0f29/cypress.tgz

Please sign in to comment.