Roman Kuznetsov
Roman Kuznetsov
# Problem Pixelmatch (which is being used to compare snapshots) has an issue (as i described in https://github.com/mapbox/pixelmatch/issues/127) And that is not the only one. Pixelmatch also has some sort...
## Example 1 Image1 Image2 With `threshold: 0.15` (default is 0.1) Pixelmatch can't see the difference between these images ## Example 2 Image3 Image4 With the same `threshold: 0.15` (default...
### Is your feature request related to a problem? I have a problem with overwriting custom commands ```ts browser.addCommand("myCommand", () => Promise.resolve("foo")); // typescript is fine with that browser.overwriteCommand("myCommand", ()...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 8.20.0 ### Node.js Version 18.12.1 ### Mode Standalone...
**Company or project name** Yandex **Describe what's wrong** [CRC64](https://clickhouse.com/docs/en/sql-reference/functions/string-functions#crc64) function returns not valid "CRC-64-ECMA" hash. "CRC-64-ECMA" of "1" should be "3039664240384658157" A colleague found out it is because ClickHouse is...
We suggest people to move from "hermione-passive-browsers" to "passive", but "passive" doesn't work with html-reporter gui. In html-reporter gui, we skip all tests, which has `silentlySkipped: true`: https://github.com/gemini-testing/html-reporter/blob/30d8ec99835bf35a0aa14b2437d3ad7fbc76ba79/lib/gui/tool-runner/index.ts#L337 And `Testplane`...
## Example: https://nda.ya.ru/t/JsP7_JVY7D85nm Status: issues with parent and child nodes. WIP
### Description Right now, full-page screenshots are saved in the `images` database column, the same way user `assertView` calls are. This full-page screenshot gets a `stateName` calculated as `error_${N}`, where...