🚨 Breaking Changes
🚀 Features
- browser:
🐞 Bug Fixes
- Fix missing chai types - by @hi-ogawa in #7149 (6a09c)
cancelCurrentRun
awaitsrunningPromise
- by @sheremet-va in #7168 (1dbf5)- Add Locator typings for nth, first and last. - by @xeger in #7176 (d262e)
- Batch console logs by microtask - by @hi-ogawa in #7183 (53d1d)
- Allow
getMockImplementation
to return "once" implementation - by @chaptergy in #7033 (39125) - benchmark:
- Rewrite reporter without
log-update
- by @AriPerkkio in #7019 (6d23f)
- Rewrite reporter without
- browser:
- Fix provider options types - by @hi-ogawa in #7115 (579bd)
- Only use locator.element on last expect.element attempt - by @tsirlucas in #7139 and #7152 (847d3)
- Use correct project when filtering
entries
in the browser mode - by @sheremet-va in #7167 (423d6)
- coverage:
- Prevent crash when v8 incorrectly merges static_initializer's - by @AriPerkkio in #7150 (cb6db)
- deps:
- diff:
- runner:
- Mark tests of
describe.todo
as'todo'
- by @AriPerkkio in #7171 (1d458)
- Mark tests of
- snapshot:
- typecheck:
- vite-node: