Posts tagged with Jasmine
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 →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 →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 →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 →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 →