featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

Sample Project is broken #79

Closed mindreframer closed 6 years ago

mindreframer commented 6 years ago

git clone https://github.com/dereke/web-testing.git

yarn

screen shot 2017-11-08 at 11 07 58

karma-browserify seem to be the issue.

Updating it to "karma-browserify": "4.0.0" fixes the installation, but then there is another error:

screen shot 2017-11-08 at 11 07 12
dereke commented 6 years ago

hi @mindreframer sorry about this - I've managed to get i working by upgrading a whole lot of dependencies. These days we are using browser-monkey inside electron, I don't have a good example of that to hand unfortunately.

mindreframer commented 6 years ago

Hi @dereke, thank you for the response and fixing it! It would be great to have an electron example, yet I understand that your priorities especially right now are on other things.

dereke commented 6 years ago

Hi @mindreframer I found an example that my colleague @artemave built a while ago - I've tested it and it is still working :-) https://github.com/featurist/full-stack-js-testing-demo

Let us know if you have any further issues.

Cheers