balderplugin-junit


Namebalderplugin-junit JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://docs.balder.dev
Summarybalderplugin-junit: plugin to generate junit file reports for the balder test framework
upload_time2023-07-28 07:24:30
maintainer
docs_urlNone
authorMax Stahlschmidt and others
requires_python>=3.9
licenseMIT
keywords test systemtest reusable scenario junit balder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.balder.dev",
    "name": "balderplugin-junit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "test,systemtest,reusable,scenario,junit,balder",
    "author": "Max Stahlschmidt and others",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1f/2f/a80617fc2f4da5cc2ed84092545da619cd2964bc94e1eae36d4c47a1bce0/balderplugin-junit-0.0.3.tar.gz",
    "platform": "unix",
    "description": "# BalderPlugin `balderplugin-junit`\n\nThis is a simple BalderPlugin, that allows to generate JUnit test reports from a balder test session run.\n\nBalder is a python test system that allows you to reuse a once written testcode for different but similar \nplatforms/devices/applications. Check it out [here](https://github.com/balder-dev/balder).\n\n## Installation\n\nYou can install the latest release with pip:\n\n```\npython -m pip install balderplugin-junit\n```\n\n# Run Balder\n\nAfter you've installed it, you can run Balder inside a Balder environment and provide the ``--junit-file`` argument to \nspecify the filepath for your new junit report:\n\n```\nbalder --junit-file result.xml\n```\n\n# License\n\nThis plugin is free and Open-Source\n\nCopyright (c) 2022 Max Stahlschmidt and others\n\nDistributed under the terms of the MIT license\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "balderplugin-junit: plugin to generate junit file reports for the balder test framework",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://docs.balder.dev",
        "Source": "https://github.com/balder-dev/balderplugin-junit",
        "Tracker": "https://github.com/balder-dev/balderplugin-junit/issues"
    },
    "split_keywords": [
        "test",
        "systemtest",
        "reusable",
        "scenario",
        "junit",
        "balder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb8de59a7b24f1df8d774c922294158c92e95f8f78f997b801fc35b39967b8f4",
                "md5": "bcdd98c0a598c424f72d6411af5cc35f",
                "sha256": "cdddb52339b7edb22d266f3460171be72fc294e541893dfa931fe7e7f18d5db9"
            },
            "downloads": -1,
            "filename": "balderplugin_junit-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcdd98c0a598c424f72d6411af5cc35f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4694,
            "upload_time": "2023-07-28T07:24:29",
            "upload_time_iso_8601": "2023-07-28T07:24:29.381060Z",
            "url": "https://files.pythonhosted.org/packages/fb/8d/e59a7b24f1df8d774c922294158c92e95f8f78f997b801fc35b39967b8f4/balderplugin_junit-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f2fa80617fc2f4da5cc2ed84092545da619cd2964bc94e1eae36d4c47a1bce0",
                "md5": "bddb1327285647e6edf9752041dd9b9c",
                "sha256": "6137a644a05047dbe3a783edfbd0e3bbc765cfc27d9f39c54b5d8819e2a98ff3"
            },
            "downloads": -1,
            "filename": "balderplugin-junit-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bddb1327285647e6edf9752041dd9b9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5952,
            "upload_time": "2023-07-28T07:24:30",
            "upload_time_iso_8601": "2023-07-28T07:24:30.673906Z",
            "url": "https://files.pythonhosted.org/packages/1f/2f/a80617fc2f4da5cc2ed84092545da619cd2964bc94e1eae36d4c47a1bce0/balderplugin-junit-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 07:24:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "balder-dev",
    "github_project": "balderplugin-junit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "balderplugin-junit"
}
        
Elapsed time: 0.10299s