Closed nelsonic closed 5 years ago
tried to follow Substack's gist and got to this:
when I attempted to run browserify test/*.js | testling
I got the error: No headless browser found.
Which apparently several other people see: https://github.com/substack/testling/issues/108#issuecomment-250864273
So I did:
npm install phantomjs -g
mv ~/.config/browser-launcher/config.json ~/.config/browser-launcher/config.json_bak
Now when I run browserify test/*.js | testling
it totes works.
#ScreenShotPingPong
😜
🏓💥
Extensive example: https://github.com/dwyl/todo-list-javascript-tutorial 🚀 Closing.
Need help adding a section for using Tap for Browser Tests ... https://gist.github.com/substack/7480813
As a developer, I need to run tests both on the server and client. Instead of needing multiple testing libraries, I would prefer to use one everywhere; tape. So that I don't waste any time context switching.