Closed joerayme closed 10 years ago
Ah, so you need to install protractor, simply run:
[sudo] npm install -g protractor
Then you need to update the webdriver-manager
by running:
webdriver-manager update
Ah cool, I thought it might be as simple as that. I'll give it a go. Is the radian.io source on GitHub so I can do a PR to add the testing info?
Great project by the way!
Yep, this is the repo with the content. Feel free to add those instructions to one of the jade
content pages and I'll have a look.
Running
grunt test
doesn't fully complete when running locally because selenium hasn't been set up:Not sure the solution to this - docs, extra config or both?