Skip to content
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

docs: Updates schematic docs for new config file type #24313

Merged
merged 2 commits into from Nov 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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