playwright/packages/playwright-ct-core
Simon Knott 8412d973c0
fix(ui): added test in watched file should be run (#31842)
Closes https://github.com/microsoft/playwright/issues/22211

Currently, when the server notifies the UI about changed files, the UI
determines what files to re-run based on an old test list. By listing
tests before that, we make sure that the test list is up-to-date, and
that added tests are included in the next run.

I've also removed the `listChanged` event as discussed in the team sync.
The event isn't used anywhere and fires in exactly the same cases where
`testFilesChanged` fired, so i've folded them into one another. This allowed simplifying `Watcher`.
2024-07-30 14:17:41 +02:00
..
src fix(ui): added test in watched file should be run (#31842) 2024-07-30 14:17:41 +02:00
types feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
.npmignore chore: pass the private data to the runner via config (#29467) 2024-02-13 09:34:03 -08:00
index.d.ts chore: rename route fixture in ct (#31817) 2024-07-23 07:43:28 -07:00
index.js chore: move dev server to config-based framework extensibility (#30234) 2024-04-05 08:39:51 -07:00
package.json chore: mark 1.47.0-next (#31879) 2024-07-26 17:50:11 +02:00
README.md chore: introduce ct-core to hard-depend on vite (#22437) 2023-04-17 16:19:21 -07:00

BEWARE This package is EXPERIMENTAL and does not respect semver.

Read more at https://playwright.dev/docs/test-components