You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is more complicated and will most likely require a build script for optimal usage, but it would be very nice to be able to run in the browser/phantomjs.
A build script would definitely be the way to go here. This is pretty much how Jasmine works. It generates an html file that will run your tests when opened in a browser this makes it pretty easy to run the tests in a quick standalone manner.
As for integration with Phantom/Selenium that same html file is opened in the browser and the and the results are reported over an iframe/socket to the runner which in turn reports the pass/fail to other reporters like the console.
Thats a pretty high level overview of how it works in libraries like Jasmine (which I'm the most familiar with).
I'm almost wondering if Browserify could be leveraged to create a standalone vows.js file that could be used in a browser ill experiment with it a little as a prototype.
This one is more complicated and will most likely require a build script for optimal usage, but it would be very nice to be able to run in the browser/phantomjs.
Tagging @patrickarlt for additional input.
The text was updated successfully, but these errors were encountered: