Skip to content

Commit

Permalink
Correct links in Module API (#5662)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 16, 2024
1 parent 195d551 commit 7313e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/guides/module-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ results directly after the run. With this workflow, for example, you can:
To run Cypress via Node.js in a
[Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) environment, use
[yarn node](https://yarnpkg.com/cli/node) instead of
[node](https://nodejs.dev/en/learn/run-nodejs-scripts-from-the-command-line/).
[node](https://nodejs.org/en/learn/command-line/run-nodejs-scripts-from-the-command-line).

:::

Expand Down Expand Up @@ -62,7 +62,7 @@ Just like the [Command Line options](/guides/guides/command-line) for
| `browser` | _string_ | Specify different browser to run tests in, either by name or by filesystem path |
| `ciBuildId` | _string_ | Specify a unique identifier for a run to enable [grouping](/guides/cloud/smart-orchestration/parallelization#Grouping-test-runs) or [parallelization](/guides/cloud/smart-orchestration/parallelization) |
| `config` | _object_ | Specify [configuration](/guides/references/configuration) |
| `configFile` | _string_ | Path to the [configuration file](/guides/references/configuration#Configuration-file) to be used. |
| `configFile` | _string_ | Path to the [configuration file](/guides/references/configuration#Configuration-File) to be used. |
| `env` | _object_ | Specify [environment variables](/guides/guides/environment-variables) |
| `group` | _string_ | [Group](/guides/cloud/smart-orchestration/parallelization#Grouping-test-runs) recorded tests together under a single run |
| `headed` | _boolean_ | Displays the browser instead of running headlessly |
Expand Down Expand Up @@ -306,7 +306,7 @@ options that modify how Cypress runs.
| ------------- | --------- | ------------------------------------------------------------------------------------------------- |
| `browser` | _string_ | Specify a filesystem path to a custom browser |
| `config` | _object_ | Specify [configuration](/guides/references/configuration) |
| `configFile` | _string_ | Path to the [configuration file](/guides/references/configuration#Configuration-file) to be used. |
| `configFile` | _string_ | Path to the [configuration file](/guides/references/configuration#Configuration-File) to be used. |
| `detached` | _boolean_ | Open Cypress in detached mode |
| `env` | _object_ | Specify [environment variables](/guides/guides/environment-variables) |
| `global` | _boolean_ | Run in global mode |
Expand Down

0 comments on commit 7313e27

Please sign in to comment.