Arjan Blok
Arjan Blok
We also test that file generation works correctly by downloading files and checking their contents and would like to use the dynamic grid for these tests. We don't really have...
Have the same issue. Follwing.
While writing this down, maybe the alternative sounds better. It will change the API though, but it's only an addition. I could implement this if you think this is a...
As an example, you can do this: ``` import { rmSync } from "fs"; import { join } from "path"; export async function expectToMatchImageSnapshot(context: Mocha.Context, element?: WebdriverIO.Element) { const result...
That's a nice idea. I will see what I can do there. New to me, so might take some time. I'd suggest not waiting for that.
Regarding this matcher. Should it 1. extend `Jest`s` expect 2. extend expect of `expect-webdriverio`? Because `expect-webdriverio` is not necessarily installed. What do we do if we go for option 1...
I am having the same issue as well. Is there anything I can do to help?
[docker-compose.log](https://github.com/SeleniumHQ/docker-selenium/files/15149941/docker-compose.log)
@diemol I did add the docker logs yesterday. Is this what you are looking for? Or do you need more?