🚀 Features
- Initial support for Temporal equality - by @dirkluijk in #8007 (52bd7)
- Support Vite 7 - by @sheremet-va in #8003 (1716b)
- reporter: Add
onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in #8015 (abd3b)
🐞 Bug Fixes
- Throw an error if typechecker failed to spawn - by @sheremet-va in #7990 (0e960)
- Ignore non-string
stack
properties - by @sheremet-va in #7995 (330f9) - Apply browser CLI options only if the project has the browser set in the config already - by @sheremet-va in #7984 (70358)
- browser:
- Run tests serially if provider doesn't provide a mocker - by @sheremet-va in #8032 (227a9)
- Resolve
upload
files relative to the project root - by @sheremet-va in #8042 (b9a31) - Await mocker invalidation to avoid race condition with "mock wasn't registered" - by @sheremet-va in #8021 (b34ff)
- cache:
- coverage:
- Browser + v8 in source tests missing - by @AriPerkkio in #7946 (51cd8)
- expect:
- Support type-safe declaration of custom matchers - by @kettanaito and @sheremet-va in #7656 (e996b)
- vite-node:
- webdriverio:
- Don't scale the iframe - by @sheremet-va in #8033 (c23b0)
Note
playwright
and preview
still scale it for better DX, but webdriver has fundamental issues with it. We are looking for a solution that works across all providers