Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arey/jasmine-test-webapp
- Owner: arey
- Created: 2014-03-01T13:44:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T09:11:57.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T12:50:58.947Z (3 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.