Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arey/jasmine-test-webapp

Maven configuration to test JavaScript code of a Java web app with Jasmine et PhantomJS
https://github.com/arey/jasmine-test-webapp

Last synced: 24 days ago
JSON representation

Maven configuration to test JavaScript code of a Java web app with Jasmine et PhantomJS

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/arey/jasmine-test-webapp.png?branch=master)](https://travis-ci.org/arey/jasmine-test-webapp)
[![Build Status](https://javaetmoi.ci.cloudbees.com/job/jasmine-test-webapp/badge/icon)](https://javaetmoi.ci.cloudbees.com/job/jasmine-test-webapp/)

This maven sample project show how to configure [Jasmine](http://jasmine.github.io) for testing JavaScript code of a Java webapp.

[Jasmine](http://jasmine.github.io) is a behavior-driven development framework for testing JavaScript code.

The [Jasmine Maven Plugin](http://searls.github.io/jasmine-maven-plugin/) enables to execute Jasmine tests during a maven build. With this maven plugin, JavaScript tests could be incorporated on your continuous integration server without requiring any browser.
JavaScript code coverage is also computed.