Skip to content

Commit

Permalink
docs: remove paragraph in Web Test Runner section (#5269)
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Feb 22, 2024
1 parent d1a0673 commit ec6f56a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/guide/comparisons.md
Expand Up @@ -42,8 +42,6 @@ WebdriverIO comes with the same advantages as Cypress allowing you to test your

[@web/test-runner](https://modern-web.dev/docs/test-runner/overview/) runs tests inside a headless browser, providing the same execution environment as your web application without the need for mocking out browser APIs or the DOM. This also makes it possible to debug inside a real browser using the devtools, although there is no UI shown for stepping through the test, as there is in Cypress tests.

There is a watch mode, but it is not as intelligent as that of Vitest, and may not always re-run the tests you want.

To use @web/test-runner with a Vite project, use [@remcovaes/web-test-runner-vite-plugin](https://github.com/remcovaes/web-test-runner-vite-plugin). @web/test-runner does not include assertion or mocking libraries, so it is up to you to add them.

## uvu
Expand Down

0 comments on commit ec6f56a

Please sign in to comment.