Skip to content

Commit 3a21ce5

Browse files
Update studio-development.md
1 parent 2fc6eaa commit 3a21ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/studio-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ To run against locally developed Studio:
1010
- Set:
1111
- `CYPRESS_INTERNAL_ENV=<environment>` (e.g. `staging` or `production` if you want to hit those deployments of `cypress-services` or `development` if you want to hit a locally running version of `cypress-services`)
1212
- `CYPRESS_LOCAL_STUDIO_PATH` to the path to the `cypress-services/app/packages/studio/dist/development` directory
13-
14-
Note: When using the `CYPRESS_LOCAL_STUDIO_PATH` environment variable, we bypass our error reporting and instead throw the exception immediately. The purpose of this is to try and surface issues immediately during local development.
1513

1614
To run against a deployed version of studio:
1715

@@ -29,6 +27,8 @@ Regardless of running against local or deployed studio:
2927
- Open a project that has `experimentalStudio: true` set in the `e2e` config of the `cypress.config.js|ts` file.
3028
- Click to 'Add Commands to Test' after hovering over a test command.
3129

30+
Note: When using the `CYPRESS_LOCAL_STUDIO_PATH` environment variable or when running the Cypress app via the locally cloned repository, we bypass our error reporting and instead log errors to the browser or node console.
31+
3232
## Types
3333

3434
The studio bundle provides the types for the `app` and `server` interfaces that are used within the Cypress code. To incorporate the types into the code base, run:

0 commit comments

Comments
 (0)