Skip to content

Commit

Permalink
Merge branch 'emily/dynamic-cirlce-ci' of https://github.com/cypress-…
Browse files Browse the repository at this point in the history
…io/cypress into emily/dynamic-cirlce-ci
  • Loading branch information
emilyrohrbough committed Nov 21, 2022
2 parents fe56b2d + dcc12ee commit 1ac9a10
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

0 comments on commit 1ac9a10

Please sign in to comment.