Joshua Ohlman
Joshua Ohlman
To test in jest you should swap out the ContainerQuery component with a mock which emits the values you are trying to test against. I'm currently doing this using global...
We've implemented a simple form of custom editors associated with port types. It's fairly simple to check the port's type and then display a link to a custom editor dialog:...
I'm running into this issue & finding that the error is actually thrown from the second invocation of .screenshot() in other words it seems like the click (or wait) action...
Hi @andersr, this repo actually uses several different tools to run tests, including chimp, karma & velocity. Currently velocity only runs jasmine unit tests, and UI tests are run using...
Not sure, it's not a big priority right now and I'd like to do more testing/tests before I encourage other people to use this package.