js-test-driver Questions
1
I have set up JavaScript unit testing with JS Test Driver on Netbeans as per this Link. However, unlike the results in that tutorial, no more tests are executed after an assertion fails. How can I ...
Countess asked 9/8, 2016 at 17:6
3
Solved
I want to integrate JSTestDriver with jenkins-CI.
problem is that the build server does not have display.
is there a way to run browsers headlessly?
Thanks
Pufahl asked 8/3, 2013 at 8:11
4
Solved
I have a dynamic page built with jQuery. Html pieces are loaded from mustache templates. These templates are downloaded from a url, and I would like to unit test the overall html construction :
Th...
Pleurisy asked 16/7, 2011 at 13:44
3
Solved
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 t...
Fateful asked 19/9, 2011 at 20:3
1
I want to run UI tests using browserfarms like BrowserStack. We are currently using BS to run Unit tests via JsTestDriver. So starting the server, letting a bunch of browsers created by the browser...
Mordant asked 22/1, 2013 at 9:18
4
Solved
Wow, what a mess. This is the scenario.
Backbone driven JS app.
RequireJS for AMD functionality, initialized like this:
<script data-main="js/main" src="js/require.js" type="text/javascript"...
Carrefour asked 24/5, 2012 at 20:54
1
I'm piecing together a jsTestDriver/Jasmine environment for testing our front end code and I'm seeing a lot of references to Sinon.js for stand-alone (or drop in) spies. Could someone describe what...
Helles asked 31/8, 2012 at 13:11
2
Solved
Background:
I'm coming from Java background so not too familiar with Javascript.
We are planning to introduce JavaScript unit testing to both our existing (legacy) code and future work. We are a...
Jardena asked 18/6, 2012 at 11:21
2
Solved
I'm learning about google closure tools by writing a simple JavaScript game. I'm having trouble figuring out how to set up jsTestDriver so that it works well with closure library.
Specifically: I'...
Territoriality asked 1/6, 2012 at 20:15
2
Solved
I'm trying to use jstestdriver to generate some unit tests in my ant build in Windows. I plan to do this by running jstestdriver from an ant target using the <java> ant task.
So far for my a...
Estell asked 4/6, 2010 at 18:16
1
Solved
We use Jenkins for the continuous integration of .NET web applications with NAnt/NUnit for the .NET tests. Jenkins is configured with 9 slaves (all of which are Windows Server 2003) that runs many ...
Krause asked 4/5, 2012 at 14:5
2
Solved
I have the following code:
function TestStats($xhr) {
$xhr(
'GET',
'/test-dashboard/get-projects.json',
angular.bind(this, function(code, response) {
this.projects = response.projects;
this....
Goatee asked 16/8, 2011 at 1:22
3
Solved
I am trying to use JSTestDriver to automate my Javascript tests with Hudson as the Continuous Integration backend. I'm aiming to get Hudson to at least produce a report on the test results, with fa...
Hammer asked 15/10, 2009 at 5:47
1
© 2022 - 2024 — McMap. All rights reserved.