John Doherty

Results 47 comments of John Doherty

I'm really pressed for time atm but will try to get back to this. [edge-paths](https://github.com/shirshak55/) might prove useful as it resolves the path to the Microsoft Edge browser on Windows/MacOS.

I had the same problem, rolling back to 0.7.2 fixed the issue: ```bash cordova plugin rm cordova-plugin-printer --force cordova plugin add [email protected] ```

Does super test work with anything other than JSON?

I ran into this. As @Feder1co5oave said, the solution is to avoid using `marked.setOptions({ renderer: renderer })` and instead pass options inline `marked(md, { renderer: renderer })` - worked for...

Hi @rudovjan, please can you give the latest version a try?

Yes, the latest version of `selenium-cucumber-js`

Please clean up your post, it's hard to follow

Nothing planned, but happy to accept a PR :)

Hi @shekss, I am not a WebStorm user so I would have no idea. @Temi89 can you help?

Thanks @Temi89. @shekss probably does not have the `"test"` entry in his `package.json` file. Are you able to share what you use?