Posts tagged with E2E
E2E testing with Nightwatch.js
Today I'm also going to test an AngularJS application, but this time I will be using Nightwatch.js. While Nightwatch.js is not made specifically for AngularJS applications, you can use this framework as well.
E2E testing AngularJS applications with Protractor
In this tutorial we'll go into detail about end to end testing (E2E) with AngularJS and Protractor
E2E testing your Meteor app with Cucumber, WebdriverIO and Chai
E2E testing your Meteor app is quite easy with Velocity. In this article I will be using WebdriverIO, Cucumber.js and Chai to completely test my app.
Testing your Spring Boot application with Selenium
Functional testing never has been easier with Spring Boot and FluentLenium, a wrapper framework for Selenium, using a fluent API.