Martin Kutschker
Martin Kutschker
Please!!! Now with playwright the installation is huge.
https://github.com/garris/BackstopJS#selectorexpansion I think this is what you are looking for.
I had some issues with readyEvent and started to look for workarounds. One solution was to hack a timeout into BackstopJS so that a failing test would block the suite...
I fear we have to patch Backstop and hope that Garris approves our patch. But with 53 pull requests waiting I have no hope. Too bad Backstop is a one...
And because the config is broken.
How about an annotation for the property that names the method where it is initialised? In theory it could be more than one method, but allowing only one makes IMHO...
I was also wondering if a LegacyEdge name wouldn't make rules easier.
Sorry, I confused the format of the stored format (file) with the one of the transmitted format (cable). But I think the code would be safer if it would either...
I cannot see a fault in the docs provided by colxi. For "set tempo" it says "length: 3" followed by the tempo. Perhaps you are missing that any mentioned length...
> > any benefict for using `vuex-module-decorators` along with `vuex-class`? > > `vuex-module-decorators` is for _defining_ Vuex modules, `vuex-class` is for _binding_ Vuex assets with Vue instances. I see no...