Raul Macarie
Raul Macarie
It looks like `ISO_TIMESTAMP_REGEX` validates only UTC timestamps (ending with `Z`). But the standard also [defines the possibility of having offsets](https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC). From my understanding, the following formats should all be...
## Feature request I use `setSpecificMessage` to localize error messages, and have some `custom` and `check` validations. However, there’s currently no way to assign a named reference to these validations,...
### Description This PR introduces **initial support for Visual Regression Testing** for Vitest via a new `toMatchScreenshot` assertion. **Related issue**: #6265 In this initial iteration: - The feature supports PNG...
### Description Resolves #6936 A couple of notes regarding the API design decision. Playwright and WebDriverIO both use something like `await mouse.wheel(deltaX, deltaY)`. Their approach isn't tied to any element....