This is the error I get when trying to test with Chrome. I have installed dalek-browser-chrome, and added it to my dalekfile. Any time I try and run a test on Chrome, I get the above error.
Also, I am on mac osx 10.9.
Edit: Just figured out the issue. There wasn't anything on this in the documentation, but I didn't install the dalek-browser-chrome module in the correct node_modules directory. They have to go in the /node_modules/dalekjs/node_modules/ directory.
$ dalek mytest.js -b chrome Running tests ERROR: TypeError: Cannot read property 'setBrowser' of null
This is the error I get when trying to test with Chrome. I have installed dalek-browser-chrome, and added it to my dalekfile. Any time I try and run a test on Chrome, I get the above error.
Also, I am on mac osx 10.9.
Edit: Just figured out the issue. There wasn't anything on this in the documentation, but I didn't install the dalek-browser-chrome module in the correct node_modules directory. They have to go in the /node_modules/dalekjs/node_modules/ directory.