I am using mocha to test some front end javascript and I would like to use zombie to automate this:Browser = require('zombie')browser = new Browser({debug: true, runScripts: true})browser.visit("http://localhost:8000/unit.html", ->setInterval( ->console.log browser.queryAll('li').length, 1000))It does not appear zombie is loading the mocha tests as the console.log output is alway 4. The mocha tests should be running and filling in new li's. What am I doing wrong?
--
You received this message because you are subscribed to a topic in the Google Groups "Mocha" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mochajs/rVgWl9gseOk/unsubscribe?hl=en-GB.
To unsubscribe from this group and all of its topics, send an email to mochajs+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.