jasmine
Why might my Maven Mojo lose its configuration properties when run individually?
I\'ve got an outstanding issue in jasmine-maven-plugin and I can\'t figure it out. You\'re welcome to try this out yourself, but the gist is that when one runs:[详细]
2023-03-16 19:17 分类:问答Does anyone have an mstest runner for Jasmine?
Given the rather extensive existing library of tests in MStest, I would like to add jasime for testign javascript and inbclude those new test in the MSTesting framework so that there is minimal disrup[详细]
2023-03-16 13:06 分类:问答How do you use Jasmine to test a jquery click function to see if it called a custom method?
I\'m writing a Jasmine test to determine that a function is called by the JQuery click() method.Where is my logic incorrect?Do I spy on the j开发者_如何转开发query function or the custom function?[详细]
2023-03-16 05:19 分类:问答How can I get Jasmine-jQuery to correctly read z-index properties?
I\'m using Jasmine and Jasmine-jQuery to test the Javascript in my application. I set up an HTML fixture have successfully tested showing and hiding elements and other interactions, but so far, I can\[详细]
2023-03-16 03:14 分类:问答Is there any case in which removing a BOM from a Js file created in Visual Studio 2008 will cause problems?
I need to automate tests of our javascript files using Rhino and Jasmine. We have a lot of js files created in visual studio, and thus contain a byte order mark...[详细]
2023-03-13 21:33 分类:问答Jasmine, JQuery UI addClass Test Problem
I\'m tr开发者_运维知识库ying to test the simplest case of addClass with a duration (using jQuery UI and Jasmine).[详细]
2023-03-13 00:37 分类:问答jasmine setup error rails 3.1 ActiveSupport::Concern (NameError)
I am trying to setup the Jasmine Gem as described on their website. After running: bundle exec jasmine init[详细]
2023-03-11 14:15 分类:问答How to use jsdom.jQueryify with jasmine-node?
Is it possible to user jasmine-node with the jQueryify feature of jsdom? What I\'m trying to do is use NodeJS to test some JavaScript that depends on the presence of the DOM.[详细]
2023-03-09 22:29 分类:问答how to test dynamic parts in a view (dhtml) with rails cucumber, rspec, capybara?
I want both, testing Ajax Content and normal toggled content through Javascript. My Setup is: - Rails 3.1[详细]
2023-03-05 11:02 分类:问答Detecting when jasmine tests complete
I am running jasmine tests like this; jasmine.getEnv().addReporter(new jasmine.TrivialReporter()); jasmine.getEnv().开发者_高级运维execute();[详细]
2023-03-05 05:17 分类:问答
加载中,请稍侯......