Tagged Questions

Jasmine Website Jasmine Wiki Source code on GitHub

learn more… | top users | synonyms

15
votes
1answer
1k views

QUnit vs Jasmine?

What are the main differences between these two testing frameworks? Which one is right for me? I am a totally new to Test Driven Development and starting from the very beginning.
14
votes
3answers
3k views

How do I verify jQuery AJAX events with Jasmine?

I am trying to use Jasmine to write some BDD specs for basic jQuery AJAX requests. I am currently using Jasmine in standalone mode (i.e. through SpecRunner.html). I have configured SpecRunner to load ...
8
votes
5answers
960 views

Testing backbone.js application with jasmine - how to test model bindings on a view?

I had some interesting tribulations in trying to test whether views were correctly bound to events.  In backbone, we typically bind to events in the initialize method, using something along the lines ...
8
votes
1answer
365 views

HAML-Fixtures with jasmine

Is it possible to use haml-fixtures in conjunction with jasmine-jquery? I'm not really satisfied with having to create a lot of static html-fixtures because all of my views are written in haml. So ...
7
votes
1answer
189 views

Jasmine: define separate source file sets for Rails?

Separate parts of my site have separate sets of Javascript files, which -thrown all together- interfere with each other. In order to test everything with Jasmine, it seems I need some way to define ...
7
votes
1answer
441 views

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 I get an error: ...
7
votes
2answers
654 views

How can I effectively use Jasmine to test javascript assets packaged via Jammit?

I have a rails app that is combining javascript assets using Jammit, and I'd like to use Jasmine for BDD-style testing of my javascript. I'm wondering if anyone has any advice on accessing the ...
6
votes
3answers
214 views

Testing routers in backbone.js properly?

So I've just started to write tests for my in-progress javascript app, using sinon.js & jasmine.js. Works pretty well overall, but I need to also be able to test my routers. The routers, in their ...
6
votes
2answers
453 views

Debugging jasmine-node tests with node-inspector

Does anyone have any idea if this is possible? Most of the sample for node-inspector seemed geared toward debugging an invoked webpage. I'd like to be able to debug jasmine-node tests though.
5
votes
2answers
86 views

'No data received' when running Jasmine specs

When I run bundle exec rake jasmine then browse to http://localhost:8888/ I see the following error message: No data received Unable to load the web page because the server sent no data. Error 324 ...
5
votes
1answer
139 views

How to expose javascript objects for unit testing without polluting the global namespace

I have a javascript autocomplete plugin that uses the following classes (written in coffeescript): Query, Suggestion, SuggestionCollection, and Autocomplete. Each of these classes has an associated ...
5
votes
2answers
209 views

Can JavaScript be “unit testable” if wrapped in self-executing anonymous function

As I see many times, a self-executing anonymous function is used to contain entire libraries. How can these libraries be tested, if e.g. QUnit cannot access anything inside the anonymous function ...
4
votes
1answer
147 views

jasmine mock window object

How do I mock window object? I'm doing firefox extension and I want to use jasmine for javascript testing. In my javascript I have function submit() { ... var url = window.arguments[0]; ... } ...
4
votes
3answers
76 views

Using Jasmine with iPhone Development?

I'm new to the Jasmine Testing Framework, I want to know how to use this for testing iPhone developments? How can I integrate with Xcode and use for BDD testing? Will Jasmine only test my JavaScript ...
4
votes
3answers
341 views

Simulating user input for TDD JavaScript

I'm finding it increasingly difficult to simulate actual user events using jQuery or native element trigger functions. For example, if you have a text input and you don't want the user to be able to ...
4
votes
3answers
1k views

Coffeescript + Unit Testing : Global Variables?

I'm trying to use Jasmine for unit testing for a small application written in coffeescript. I've found many sources saying that unit testing can be done perfectly well on JS compiled from ...
4
votes
3answers
1k views

Spying on JQuery Selectors in Jasmine

I am unit testing some javascript with Jasmine and wish to spy on(mock) an element of the DOM that is accessed by a jquery selector. My spec is: it("should be able to mock DOM call", function() { ...
4
votes
5answers
788 views

mocking window.location.href in Javascript

I have some unit tests for a function that makes use of the window.location.href -- not ideal I would far rather have passed this in but its not possible in the implementation. I'm just wondering if ...
4
votes
3answers
2k views

How to write a test which expects an Error to be thrown

I'm trying to write a test for the Jasmine Test Framework which expects an error. At the moment I'm using a jasmine nodejs integration from github. In my nodejs module I have the following code: ...
3
votes
0answers
130 views

Best Approach to Test Backbone Views with Templates Using Jasmine

I am learning backbone so I am building a simple Backbone app. I am using jasmine framework to test my backbone app. As luck would have it, my first jasmine test was for a Backbone View. This is a ...
3
votes
3answers
323 views

Good IDE for node.js + coffeescript + jasmine [closed]

What good IDEs are there to develop with the combination of Jasmine, node.js and coffeescript. So far, we're considering WebStorm, but it is really hard to get started. We find very little ...
3
votes
1answer
81 views

Object equality in jasmine custom matcher

I have a custom matcher in some Jasmine test specs of the form: this.addMatchers({ checkContains: function(elem){ var found = false; $.each( this.actual, function( actualItem ){ ...
3
votes
1answer
102 views

Documentation style spec running for jasmine(-headless-webkit)

I am using jasmine for javascript testing. How can I set the get the full specification like listing of the tests instead of the '.......' format? As I test using guard, the set of actually executed ...
3
votes
1answer
137 views

How do I declare a variable in a specific scope in coffeescript?

I'm trying to write a jasmine test in coffeescript that uses a beforeEach block. This runs into a problem with coffeescript's variable scoping. Here's what I'd like to write: describe ...
3
votes
1answer
242 views

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 ...
3
votes
1answer
108 views

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. ...
3
votes
1answer
98 views

Integration Testing the Canvas

I have been experimenting with methods over the past couple of weeks trying to find the best method to use BDD for a web application that is relient on the HTML5 canvas element, and user interaction ...
3
votes
2answers
167 views

How to test javascript redirection without redirecting?

I'm using Jasmine for some testing, although this can be generally applied to browser-based javascript unit testing. I have a function that, on certain conditions redirects the user to a different ...
2
votes
1answer
136 views

Backbone.js Parse Method

I am trying to unit test my first backbone.js application using sinon.js and jasmine.js. In this particular test case, I used the sinon.js fakeServer method to return a dummy response with the ...
2
votes
4answers
99 views

Testing model binding in Backbone JS with Jasmine

I have a view that contains a model. The view listens for an event from the model and will perform an action once the event is triggered. Below is my code window.Category = Backbone.Model.extend({}) ...
2
votes
2answers
97 views

Unit testing with Jasmine: Are spyOn() and beforeEach() incompatible?

New to unit testing in general and Jasmine in particular. I've set a variable in a beforeEach() callback, but it doesn't seem to work on the second test. It's supposed to fire initialization stuff in ...
2
votes
2answers
94 views

Using object types with Jasmine's toHaveBeenCalledWith method

I've just started using Jasmine so please forgive the newbie question but is it possible to test for object types when using toHaveBeenCalledWith? ...
2
votes
1answer
139 views

How to check that jQuery methods (fadeOut, hide, etc) have been called with Jasmine

I'm trying to clean up my Javascript by employing the same TDD methods that work for me in Ruby, but the jump to Jasmine has been throwing me for a curve. For a simple example, I'd like to specify ...
2
votes
1answer
111 views

Unit test in dojo

I'm starting with dojo. Coming from GWT and Backbone, I've worked with junit and jasmine to test my application. After taking a lock on dojo DOH testing framework, I wonder if its worth to use it or ...
2
votes
2answers
200 views

Stub out a jQuery selector call?

I'm trying to get better at unit testing my JavaScript. I have the following code: var categoryVal = $('#category').val(); if (categoryVal === '') { doSomething(); } My test runner doesn't ...
2
votes
1answer
86 views

How can I customize Jasmine's directory structure?

When using the Jasmine Rubygem, I find it extremely annoying that I have to conform to the generated directory structure which has a javascripts subfolder within the spec folder. I find it useless ...
2
votes
3answers
498 views

Testing Coffeescript with Jasmine and Rails 3.1

Say I have a class in Coffeescript: class MyGame constructor: () -> @me = new Player @opponents = [new Player, new Player] which would like to test in Jasmine: describe "MyGame", ...
2
votes
3answers
188 views

SpyOn a backbone view method using jasmine

I have a backbone view and I want to create a test to confirm that a click event on some element will call the function bound to that element. My view is: PromptView = Backbone.View.extend({ ...
2
votes
1answer
438 views

testing backbone.js view events with jasmine

I'm trying to implement view tests for a Coffeescript implementation of the ubiquitous backbone.js 'todo' example (see github.com/rsim/backbone_coffeescript_demo.) My jasmine tests of the above demo ...
2
votes
2answers
708 views

Javascript JsTestDriver Jasmine & Jasmine-jquery

I have lots of Jasmine unit tests, that are running unit tests for Javascripts code. They are using Jasmine-jquery plugin to do DOM manipulation. they use loadFixture, to load fixtures of HTML I ...
2
votes
1answer
331 views

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 associated Javascript to add behavior. I'm testing the tag helpers with RSpec. And now I am ...
2
votes
1answer
360 views

Output jasmine test results to the console

I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test the functionality of my code. The problem is that jasmine is outputing the test results to an HTML file,what I ...
2
votes
1answer
138 views

Testing a Node.js function whose return value can change depending upon the moment an asynchronous operation is permormed

I am writing a mock for the node-redis module and using Jasmine to test it. I write tests for various aspects of Redis commands and my intention is to be able to run the tests against the original ...
2
votes
1answer
260 views

How to use Jasmine to spy on methods within a jquery plugin

I have a plugin defined as such (function($){ $.fn.robodisco = function(callerSettings) { var findVideos = function(params){ ... } $(".track").click(function(){ .... ...
2
votes
1answer
275 views

spy on jquery ui widget in jasmine

I have a jquery ui widget defined like this: $.widget("ui.someWidget", options: {}, _create = function() { doSomething(); }); Now i tried to spy on it like that: var ui_spy = spyOn($.fn, ...
2
votes
1answer
119 views

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 ...
2
votes
1answer
127 views

How do make rake run a task automatically with no arguments?

When I run 'rake' with no arguments rspec and cucumber will trigger automatically. I'd like the jasmine:ci task to also run when this happens. How do I achieve this?
2
votes
1answer
528 views

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. Here is a reduced case of ...
2
votes
1answer
197 views

Detecting when jasmine tests complete

I am running jasmine tests like this; jasmine.getEnv().addReporter(new jasmine.TrivialReporter()); jasmine.getEnv().execute(); I would like to detect, using JavaScript, when the tests ...
2
votes
1answer
339 views

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 - Rspec (Edge) - Cucumber (Edge) - Capybara (Edge) For expample, I want to have a Form, ...

1 2 3 4