docs: remove paragraph in Web Test Runner section (#5269)

This commit is contained in:
Kristján Oddsson 2024-02-22 14:26:39 +01:00 committed by GitHub
parent d1a06730ec
commit ec6f56ae20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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