Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/jenkins-test-harness
Unit test framework for Jenkins core and its plugins
https://github.com/jenkinsci/jenkins-test-harness
harness htmlunit java jenkins jetty junit testing-tools
Last synced: 3 days ago
JSON representation
Unit test framework for Jenkins core and its plugins
- Host: GitHub
- URL: https://github.com/jenkinsci/jenkins-test-harness
- Owner: jenkinsci
- License: mit
- Created: 2016-01-15T19:11:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T09:11:23.000Z (11 days ago)
- Last Synced: 2025-01-25T01:36:43.735Z (10 days ago)
- Topics: harness, htmlunit, java, jenkins, jetty, junit, testing-tools
- Language: Java
- Homepage: https://www.jenkins.io/doc/developer/testing/
- Size: 28.4 MB
- Stars: 110
- Watchers: 108
- Forks: 130
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Unit Test Harness
[![GitHub release](https://img.shields.io/github/release/jenkinsci/jenkins-test-harness.svg?label=release)](https://github.com/jenkinsci/jenkins-test-harness/releases/latest)
Defines test harness for Jenkins core and plugins that you can use during the `mvn test` phase.
See the [Developer Guide / Jenkins Testing](https://www.jenkins.io/doc/developer/testing/)
for more information and usage guidelines.## Javadoc
See https://javadoc.jenkins.io/component/jenkins-test-harness/
## Changelog
* See [GitHub Releases](https://github.com/jenkinsci/jenkins-test-harness/releases).
* For releases before `2.49`, see [this archive](./docs/CHANGELOG-OLD.md)