Are there any end user example projects that use best practices of javascript testing frameworks jasmine-node / jas开发者_开发知识库mine. Something like a simple CRM, rss reader etc.. Check out the Di
I use Jasmine (BDD for JavaScript) regularly and just discovered Cloud9 and want to give it a try. On my local machine, I use jasmine-node to run my specs, but I have no idea, how to do this within C
I have a form that does some extensive Javascript stuff before finally POSTing to it\'s ACTION URL. I am writing some Jasmine unit tests and want to make sure the Javascript stuff happens when the for
I\'m writing a Rails plugin/gem, that is basically some helpers (FormHelpers, FormTagHelpers), and some asso开发者_运维百科ciated Javascript to add behavior.
In our rails application we have many tabs like Overview tab, Reports tab etc. how to get hold of those tabs开发者_高级运维 through jasmine?
I have a 1 second jQuery .animate action that launches 5 seconds after page load. I set up a Sinon timer in my Jasmine unit testing code and test after a tick of 7 seconds to see if the post-animation
I typically set up jquery templates in my html files like this: <script id=\"some-template\" type=\"text/x-jquery-tmpl\">
I\'m trying to setup a rails 3.1 project with coffeescript and jasmine for tests. I have followed the tutorial by pivotallabs but I\'m getting the following error:
I have been using Jasmine to write BDD tests for a web app.I am interested in running these same tests from the command line using Rhino, and I found this blog entry which has been very helpful.Howeve
I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test th开发者_如何学JAVAe functionality of my code.