Metadata-Version: 2.1
Name: balderplugin-junit
Version: 0.0.2
Summary: balderplugin-junit: plugin to generate junit file reports for the balder test framework
Home-page: https://docs.balder.dev
Author: Max Stahlschmidt and others
License: MIT
Project-URL: Source, https://github.com/balder-dev/balderplugin-junit
Project-URL: Tracker, https://github.com/balder-dev/balderplugin-junit/issues
Keywords: test,systemtest,reusable,scenario,junit,balder
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
