Posts tagged with Jasmine

Featured image for "E2E testing AngularJS applications with Protractor"
JavaScript

E2E testing AngularJS applications with Protractor

In this tutorial we'll go into detail about end to end testing (E2E) with AngularJS and Protractor

Read more →
Featured image for "Using Sinon.js while testing AngularJS applications"
JavaScript

Using Sinon.js while testing AngularJS applications

With Sinon.js you can easily set up stubs and spies. This can be a real benefit when testing AngularJS apps because of all the different components.

Read more →
Featured image for "Unit testing Meteor applications with Velocity, Jasmine and Sinon.js"
JavaScript

Unit testing Meteor applications with Velocity, Jasmine and Sinon.js

In this article I will demonstrate how to unit test the client part of Meteor applications with Velocity, Jasmine and Sinon.js.

Read more →
Featured image for "Executing Jasmine tests with Maven"
Java

Executing Jasmine tests with Maven

In modern webapps, you will be using more than just Java. You will write JavaScript code too. With Maven + Jasmine you can test your JavaScript code.

Read more →
Featured image for "Jasminify your Angular app"
JavaScript

Jasminify your Angular app

Wrote an app using AngularJS? Great! Now it's time to use the angular-mock framework and Jasmine to test your controllers, services, filters and directives.

Read more →