From ec6f56ae2011bc5ec0a41cf6eb7e590422069b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Thu, 22 Feb 2024 14:26:39 +0100 Subject: [PATCH] docs: remove paragraph in Web Test Runner section (#5269) --- docs/guide/comparisons.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guide/comparisons.md b/docs/guide/comparisons.md index 75c1d9601c44..be0ca3118926 100644 --- a/docs/guide/comparisons.md +++ b/docs/guide/comparisons.md @@ -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