From ef929ae454a17381da286120b6f62c1ab841f766 Mon Sep 17 00:00:00 2001 From: Dan Graham Date: Wed, 15 Nov 2023 21:50:33 -0800 Subject: [PATCH] add ellipsis before + after Cypress command plugin (#2525) * add ellipsis before + after Cypress command plugin * currentlylimited typo * Update java.md * Update webdriverio.md * Update storybook.md --- docs/visual-testing/integrations/cypress.md | 4 +++- docs/visual-testing/integrations/java.md | 2 +- docs/visual-testing/integrations/storybook.md | 2 +- docs/visual-testing/integrations/webdriverio.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/visual-testing/integrations/cypress.md b/docs/visual-testing/integrations/cypress.md index 52b683d65c..23700ae4bb 100644 --- a/docs/visual-testing/integrations/cypress.md +++ b/docs/visual-testing/integrations/cypress.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; # Cypress Integration :::note Important -Access to this feature is currentlylimited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! +Access to this feature is currently limited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! ::: ## Introduction @@ -56,7 +56,9 @@ export default defineConfig({ e2e: { [...] setupNodeEvents(on, config) { + ... CypressSauceVisual.register(on, config); + ... }, }, }) diff --git a/docs/visual-testing/integrations/java.md b/docs/visual-testing/integrations/java.md index 7e7a19689f..775868fd18 100644 --- a/docs/visual-testing/integrations/java.md +++ b/docs/visual-testing/integrations/java.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; # Java WebDriver Integration :::note Important -Access to this feature is currentlylimited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! +Access to this feature is currently limited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! ::: ## Introduction diff --git a/docs/visual-testing/integrations/storybook.md b/docs/visual-testing/integrations/storybook.md index 1ca58a9348..35ca04e307 100644 --- a/docs/visual-testing/integrations/storybook.md +++ b/docs/visual-testing/integrations/storybook.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; # Storybook Integration :::note Important -Access to this feature is currentlylimited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! +Access to this feature is currently limited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! ::: An extension for [Storybook's test-runner](https://github.com/storybookjs/test-runner) powered by [Jest](https://jestjs.io/) and [Playwright](https://playwright.dev/) to integrate effortless visual testing with Sauce Visual. diff --git a/docs/visual-testing/integrations/webdriverio.md b/docs/visual-testing/integrations/webdriverio.md index 7aeee54228..34762f2bb4 100644 --- a/docs/visual-testing/integrations/webdriverio.md +++ b/docs/visual-testing/integrations/webdriverio.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; # WebdriverIO Integration :::note Important -Access to this feature is currentlylimited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! +Access to this feature is currently limited to Enterprise customers as part of our commitment to providing tailored solutions. We are excited to announce that self-service access is under development and will be released shortly. Stay tuned! ::: ## Introduction