https://github.com/balder-dev/balderplugin-junit
a simple BalderPlugin to generate junit file reports for the balder test framework
https://github.com/balder-dev/balderplugin-junit
balder balderplugin junit testing
Last synced: 4 months ago
JSON representation
a simple BalderPlugin to generate junit file reports for the balder test framework
- Host: GitHub
- URL: https://github.com/balder-dev/balderplugin-junit
- Owner: balder-dev
- License: mit
- Created: 2023-01-15T11:58:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T07:23:11.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T21:28:31.215Z (6 months ago)
- Topics: balder, balderplugin, junit, testing
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BalderPlugin `balderplugin-junit`
This is a simple BalderPlugin, that allows to generate JUnit test reports from a balder test session run.
Balder is a python test system that allows you to reuse a once written testcode for different but similar
platforms/devices/applications. Check it out [here](https://github.com/balder-dev/balder).
## Installation
You can install the latest release with pip:
```
python -m pip install balderplugin-junit
```
# Run Balder
After you've installed it, you can run Balder inside a Balder environment and provide the ``--junit-file`` argument to
specify the filepath for your new junit report:
```
balder --junit-file result.xml
```
# License
This plugin is free and Open-Source
Copyright (c) 2022 Max Stahlschmidt and others
Distributed under the terms of the MIT license