Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 27, 2024
1 parent f443e0f commit b5d993a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cypress/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For tailored visual testing, the `data-visual-test` attributes provide control o

- `on`: Cypress plugin events.
- `config`: Cypress config.
- `options`: All [upload parameters](https://js-sdk-reference.argos-ci.com/interfaces/uploadparameters).
- `options`: All [upload parameters](https://js-sdk-reference.argos-ci.com/interfaces/UploadParameters.html).
- `options.uploadToArgos`: Upload results and create a build on Argos, `true` by default.

```ts title="cypress.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Unlike [Playwright's `screenshot` method](https://playwright.dev/docs/api/class-

### Playwright reporter

The Argos reporter offers extensive configuration options. Specifically, all [upload parameters](https://js-sdk-reference.argos-ci.com/interfaces/uploadparameters) are available for customizing the reporter.
The Argos reporter offers extensive configuration options. Specifically, all [upload parameters](https://js-sdk-reference.argos-ci.com/interfaces/UploadParameters.html) are available for customizing the reporter.

The `createArgosReporterOptions` ensures that your options are correctly typed.

Expand Down

0 comments on commit b5d993a

Please sign in to comment.