pytest-breed-adapter 1.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

pytestbreedadapter 1.2.0

pytest-breed-adapter
A simple plugin generate json report and sent to breed server for report visualization

This pytest_ plugin was generated with Cookiecutter_ along with @hackebrot's cookiecutter-pytest-plugin template.
Installation
You can install "pytest-breed-adapter" via pip_ from PyPI_::
$ pip install pytest-breed-adapter

Usage
For full functionality you need build breed-server which is close-source project
But you can build your own server for further usage, plugin will send json report to
breed server address + /report/parse
[pytest]
addopts = --breed
title = what evever title you want /{or leave it empty}
json_report_file = auto/ none/ arbitary.json
json_report_indent = 4/ none
metadata = true/ false
CI_server = 192.168.1.199
breed_server = http://192.168.1.199:62180

test_demo():
"""
@ Node id
@! key0: value0
@! key1: value1
@! key2: value2
@! key3: value3
"""
assert 1

first line of docstring startswith @space will be parsed to test nodeid
reset line with @! prefix will be treated as metadata key-value
Contributing
Contributions are very welcome
License
Distributed under the terms of the BSD-3_ license, "pytest-breed-adapter" is free and open source software
Issues
If you encounter any problems, please file an issue_ along with a detailed description.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.