I want my vow to have access to outerDocs and innerDocs from my topics but it doesn\'t. \'ASYNC TOPIC\': {
Just trying out Zombie.js for the first time today, and I\'m having trouble visiting a page that populates DOM elements via javascript (specifically, a Backbone.js app).As a quick example, I visited t
Vows has a run() method that runs the test under node开发者_开发技巧, without using the vows command.
From the vows site: \"When this.callback is called, it passes on the arguments it received to the tes开发者_开发百科t functions, one by one, as if the values were returned by the topic function itself
I was wondering if there is any way to obtain the return value of an outer topic, from within a test of an inner topic. If that was confusing, here\'s an example:
I could really do with some advice on testing a RESTful api I created in node.js. There are a plethora of frameworks out there and I am at a lo开发者_StackOverflow社区ss. My testing knowledge isn\'t g
I have an express server which I am testing using vows. I want to run the server from within the vows test suite, so that I dont need to have it running in the background in order for the test suite t
I\'m using Vows.js to test some node.js which is creating records in a database. As a result of this it creates some test records开发者_如何学JAVA in the database. I\'d like to remove these records on
I am trying to combine the examples here, here to write a vows test for my node.js / express app that:
I\'m having a doozie of a time trying to get a basic http test to work with vows. I think I\'ve followed the async example from 开发者_开发百科vows http://vowsjs.org/#-writing-asynchronous-tests and