Skip to content

Commit c7da155

Browse files
authoredMay 3, 2023
fix(docs): correct typo and broken link to WebdriverIO (#3275)
1 parent bf8e8a1 commit c7da155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/guide/comparisons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We believe that Cypress isn't a good option for unit testing headless code, but
2828

2929
## WebdriverIO
3030

31-
[WebdriverIO](https://webdriver.io/) is similar to Cypress a browser based alternative test runner and a complementary tool to Vitest. It can be used as end-to-end testing tool as well as for testing [web components](https://webdriver.io/docs/component-testing). It even uses components of Vitest under the hood, e.g. for [mocking and stubing](https://webdriver.io/docs/component-testing/mocks-and-spies) within component tests.
31+
[WebdriverIO](https://webdriver.io/) is similar to Cypress a browser based alternative test runner and a complementary tool to Vitest. It can be used as end-to-end testing tool as well as for testing [web components](https://webdriver.io/docs/component-testing). It even uses components of Vitest under the hood, e.g. for [mocking and stubbing](https://webdriver.io/docs/mocksandspies/) within component tests.
3232

3333
WebdriverIO comes with the same advantages as Cypress allowing you to test your logic in real browser. However it uses actual [web standards](https://w3c.github.io/webdriver/) for automation which overcomes some of the tradeoffs and limitation when running tests in Cypress. Furthermore it allows you to run tests on mobile as well, giving you access to test your application in even more environments.
3434

0 commit comments

Comments
 (0)
Please sign in to comment.