Skip to content

Commit 7c0e2aa

Browse files
Merge pull request #98 from autonomous-testing/feat/docs-improvements
fix: update documentation links for visual testing integrations
2 parents a38db9c + b6ee217 commit 7c0e2aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,19 @@ const config = {
173173
},
174174
{
175175
label: "Cypress Visual Regression Testing",
176-
to: "https://docs.wopee.io/integrations/cypress/01-getting-started/",
176+
to: "https://docs.wopee.io/cypress/01-getting-started/",
177177
},
178178
{
179179
label: "Playwright Visual Regression Testing",
180-
to: "https://docs.wopee.io/integrations/playwright/01-getting-started/",
180+
to: "https://docs.wopee.io/playwright-visual-testing/",
181181
},
182182
{
183183
label: "Robot Framework Visual Regression Testing",
184-
to: "https://docs.wopee.io/integrations/robot-framework/01-getting-started/",
184+
to: "https://docs.wopee.io/robot-framework/01-getting-started/",
185185
},
186186
{
187187
label: "Webdriver.io Visual Regression Testing",
188-
to: "https://docs.wopee.io/integrations/WebdriverIO/01-getting-started/",
188+
to: "https://docs.wopee.io/webdriverio-visual-testing/",
189189
},
190190
],
191191
},

0 commit comments

Comments
 (0)