https://github.com/iodesystems/junit4-runner
Allow JUnit4 to be run as a runtime feature, with XML reporting
https://github.com/iodesystems/junit4-runner
Last synced: about 1 year ago
JSON representation
Allow JUnit4 to be run as a runtime feature, with XML reporting
- Host: GitHub
- URL: https://github.com/iodesystems/junit4-runner
- Owner: IodeSystems
- Created: 2023-05-05T23:28:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T19:33:41.000Z (about 1 year ago)
- Last Synced: 2025-05-30T02:02:30.759Z (about 1 year ago)
- Language: Kotlin
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# junit4-runner
Allow JUnit4 to be run as a runtime feature, with XML reporting
This project follows the junit output guidelines (https://github.com/testmoapp/junitxml) in an attempt to create a
runtime junit4 test runner.
This is mainly for unhooking your build system from your testing framework, and allowing you to target production or
staging environments with tests.