jasmine
Example projects using Jasmine-Node and/or Jasmine client
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[详细]
2023-04-05 20:41 分类:问答How can I use Jasmine in Cloud9?
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[详细]
2023-04-05 05:44 分类:问答How do I test a form submit in Jasmine?
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[详细]
2023-04-05 01:07 分类:问答How to generate fixtures for use in Jasmine tests
I\'m writing a Rails plugin/gem, that is basically some helpers (FormHelpers, FormTagHelpers), and some asso开发者_运维百科ciated Javascript to add behavior.[详细]
2023-04-04 22:42 分类:问答How to test tabs through jasmine in a rails application?
In our rails application we have many tabs like Overview tab, Reports tab etc. how to get hold of those tabs开发者_高级运维 through jasmine?[详细]
2023-04-04 08:55 分类:问答How do I fake-time a jQuery animation using Sinon in a Jasmine unit test?
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[详细]
2023-04-02 16:27 分类:问答using jasmine to test javascript that expects a jquery template to be available?
I typically set up jquery templates in my html files like this: <script id=\"some-template\" type=\"text/x-jquery-tmpl\">[详细]
2023-04-02 08:18 分类:问答Running jasmine with rails 3.1 and coffeescript
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:[详细]
2023-04-02 01:39 分类:问答Does RhinoJS support the websockets API?
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[详细]
2023-03-30 10:30 分类:问答Output jasmine test results to the console
I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test th开发者_如何学JAVAe functionality of my code.[详细]
2023-03-29 20:10 分类:问答