Reinier Pelayo
Reinier Pelayo
I have the same problem and adding a breakpoint in https://github.com/codeceptjs/ui/blob/master/lib/codeceptjs/realtime-reporter.helper.js#L78 I get this error: ``` Error: Cannot find module 'mocha/lib/test' Require stack: - .../node_modules/@codeceptjs/ui/lib/api/new-test.js ``` And that takes me...
I had this issue because I implemented the feature talked about in #1021 because it was trying to do `select.pointerSet(index)` with an invalid value so I added a conditional to...
I love this plugin and this issue let me to a good enough solution for me. If you enable the options `Show quick documentation on mouse move`. You can hover...