Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/searls/jasmine-maven-plugin
Maven plugin to execute Jasmine Specs. Creates your HTML runners for you, runs headlessly, outputs JUnit XML
https://github.com/searls/jasmine-maven-plugin
Last synced: 7 days ago
JSON representation
Maven plugin to execute Jasmine Specs. Creates your HTML runners for you, runs headlessly, outputs JUnit XML
- Host: GitHub
- URL: https://github.com/searls/jasmine-maven-plugin
- Owner: searls
- License: other
- Created: 2010-06-26T20:16:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T02:46:00.000Z (about 1 year ago)
- Last Synced: 2024-10-19T23:22:26.239Z (3 months ago)
- Language: Java
- Homepage: http://searls.github.io/jasmine-maven-plugin
- Size: 7.81 MB
- Stars: 290
- Watchers: 24
- Forks: 163
- Open Issues: 15
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
jasmine-maven-plugin
====================[![Build Status](https://github.com/searls/jasmine-maven-plugin/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/searls/jasmine-maven-plugin/actions?query=branch%3Amaster+workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/searls/jasmine-maven-plugin/badge.png?branch=master)](https://coveralls.io/r/searls/jasmine-maven-plugin?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.searls/jasmine-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.searls/jasmine-maven-plugin)For information on how to use the jasmine-maven-plugin, check out its [documentation page](http://searls.github.io/jasmine-maven-plugin/).
## Current Version Info
You can find the latest release along with release notes [here](https://github.com/searls/jasmine-maven-plugin/releases).
If you want to point at snapshot releases of the plugin (note that I don't deploy them often), they're hosted on the [Sonatype OSS snapshot repository](https://oss.sonatype.org/service/local/repositories/snapshots).
## Maintainers
* [Kyle Lieber](http://kylelieber.com)## Issues
If you have any problems, please [check the project issues](https://github.com/searls/jasmine-maven-plugin/issues).
## Contributions
Pull requests are, of course, very welcome! Please read our [contributing to the project](https://github.com/searls/jasmine-maven-plugin/wiki/Contributing-to-the-project) guide first. Then head over to the [open issues](https://github.com/searls/jasmine-maven-plugin/issues) to see what we need help with. Make sure you let us know if you intend to work on something. Also, check out the [milestones](https://github.com/searls/jasmine-maven-plugin/issues/milestones) to see what is planned for future releases.
## Acknowledgments
* Thanks to Pivotal Labs for authoring and publishing [Jasmine](http://github.com/pivotal/jasmine)
* Thanks to christian.nelson and sivoh1, owners of the [javascript-test-maven-plugin](http://code.google.com/p/javascript-test-maven-plugin/) project, which provided a similar implementation from which to glean several valuable lessons.
* Thanks to all who have contributed with pull requests, issues, suggestions.