Conrad Magnus Kirschner
Conrad Magnus Kirschner
Wdio is currently not supported, there is a pull request in progress to make this happen. After it's done I will provide you some config documentary. https://github.com/garris/BackstopJS/pull/1342
waiting for feedback. current blocker is settting window size ....
not that much work (1 evening + 1 day) I just tried to replace puppeteer everwhere with wdio. so incremental exchange commands puppeteer: page.evaluate() wdio: browser.execute(); copied the engine scripts...
Some features are missing in wdio standalone, that should not be part of that project. https://github.com/webdriverio/webdriverio/issues/7185
As suggested in webdriverio/webdriverio#7185 this should not be part of wdio core, so I added service handling directly in backstopjs, need to verify if that solution works (just tried out...
@garris Regarding the different environments, I just added it into the readme to warn people that cross engine will not work. https://github.com/garris/BackstopJS/pull/1342#discussion_r689730423 But as it is already written in the...
to get it work, i had to install it **NOT GLOBAL** should be written into readme, or fixed (this only apears to andross) seems that it can not finish (stuck...
> @conradkirschner could you please share your workaround here? Reinstalled windows then it worked (only yarn as global installation), nevertheless such a unstable boilerplate is nothing that I want to...
Blink detection in the client side will enable cheating, you should never handle win conditions on clientside! this whole thing is pretty pretty nice, it's 2 years old and maybe...
any update on this?