Pytest report plugin for send HTML report on object-storage
Project description
pytest-html-object-storage
Pytest report plugin for send HTML report on object-storage
Allow to send HTML report on object-storage.
Implementations
installation
pip install pytest-html-object-storage
Configure via env var
Common
OBJECT_STORAGE_ENDPOINT="localhost:9000"
OBJECT_STORAGE_BUCKET="bucket"
OBJECT_STORAGE_USERNAME="admin"
OBJECT_STORAGE_PASSWORD="password"
OBJECT_STORAGE_REGION_NAME=""
Common Optional
OBJECT_STORAGE_POLICY="private" // public-read
OBJECT_STORAGE_RETENTION="30" // day unit
Specific MinIO
Optional
OBJECT_STORAGE_SECURE="false"
OBJECT_STORAGE_PROVIDER="default" // scaleway
Specific Swift
OBJECT_STORAGE_TENANT_ID=""
OBJECT_STORAGE_TENANT_NAME=""
Add option to send HTML report
MinIO
pytest --store-minio
Swift
pytest --store-swift
OBS
pytest --store-obs
Dev
Change version
edit
pytest_html_object_storage/__init__.py
commit
git commit -m "v0.1.0"
tag
git tag v0.1.0
Build package
python -m build
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pytest-html-object-storage-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 463087e44ad70e7f68d05c12057f5df3b17962a038a522d59496c47268615e9a |
|
MD5 | 30c8ea14263480f8c57505bc76c29ce1 |
|
BLAKE2b-256 | 74196156014af6fdc8f01959d00bfe36e339aa4772493d1a9e196b7f51ecb2fa |
Close
Hashes for pytest_html_object_storage-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1b950d5a13602538f8a869c5c410aa7efb22ee59ec01b94e711331824a0b2d |
|
MD5 | 4cc322cef9a28ec39e12d3c091d9aa70 |
|
BLAKE2b-256 | f9ab34608c60c76e7acd01a27ccf57d7998544054fa6b1c86becab655f7453cc |