Skip to content

Commit

Permalink
docs: add WebdriverIO to list of supporting frameworks (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 19, 2023
1 parent eddece8 commit 385ceb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/index.md
Expand Up @@ -41,6 +41,7 @@ Vue Test Utils is commonly used with a test runner. Popular test runners include
- [Vitest](https://vitest.dev/). Terminal based, has experimental browser UI.
- [Cypress](https://cypress.io/). Browser based, supports Vite, webpack.
- [Playwright](https://playwright.dev/docs/test-components) (experimental). Browser based, supports Vite.
- [WebdriverIO](https://webdriver.io/docs/component-testing/vue). Browser based, supports Vite, Webpack, cross browser support.

Vue Test Utils is a minimal and unopinionated library. For something more featureful, ergonomic and opinionated you may want to consider [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/overview) which has a hot reload development environment, or [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) which emphasizes accessibility based selectors when making assertions. Both of these tools use Vue Test Utils under the hood and expose the same API.

Expand Down

0 comments on commit 385ceb7

Please sign in to comment.