Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/talkative-junit-tests
A JUnit test runner that supports arbitrary strings as test names.
https://github.com/stefanbirkner/talkative-junit-tests
Last synced: about 1 month ago
JSON representation
A JUnit test runner that supports arbitrary strings as test names.
- Host: GitHub
- URL: https://github.com/stefanbirkner/talkative-junit-tests
- Owner: stefanbirkner
- Created: 2014-01-16T07:48:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T07:48:12.000Z (about 9 years ago)
- Last Synced: 2023-03-14T05:31:01.218Z (over 1 year ago)
- Language: Java
- Size: 227 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talkative-junit-tests
[![Build Status](https://secure.travis-ci.org/stefanbirkner/talkative-junit-tests.png)](https://travis-ci.org/stefanbirkner/talkative-junit-tests)
## Installation
talkative-junit-tests is currently not available from Maven Central. (If you
want me to publish it to Maven Central, please
[open an issue](https://github.com/stefanbirkner/talkative-junit-tests/issues/new).)
Therefore you have to clone this repository and build the library by yourself:mvn clean install -Dgpg.skip
Afterwards you can add the dependency
com.github.stefanbirkner
talkative-junit-tests
0.0.1-SNAPSHOT
test
## Release Guide
* Select a new version according to the
[Semantic Versioning 2.0.0 Standard](http://semver.org/).
* Set the new version in `pom.xml` and in the `Installation` section of
this readme.
* Commit the modified `pom.xml` and `README.md`.
* Run `mvn clean deploy` with JDK 8.
* Add a tag for the release: `git tag talkative-junit-tests-X.X.X`