Simple report for your test automation including various cases/steps specifying its valid status.
Project description
# automation-report
Python package to generate HTML report of your automation cases and its steps with its valid status.
### Installtion ` $ pip install automation-report `
### Code Example ` # Import following package from automation_report import report # Use starttest() method to start a new case with its name given as parameter report.starttest("CASE 0001: Test the screen") # Populate the various steps status with info(), success(), fail() methods for particular case report.info("Page is opened") report.success("It works") report.fail("Well, it didn't worked.") # End above started case report.endtest() # Create yet another case as following report.starttest("CASE 0002: Another case") report.info("DOnet screen") report.success("It works") report.endtest() # User close method to finally complete whole report generation report.close() `
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automation-report-0.0.6.tar.gz.
File metadata
- Download URL: automation-report-0.0.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
156ecc49b1ebbc589b9e0f5bdabccfaea7dccfb1f4216b27b43e155aa01c9fb7
|
|
| MD5 |
ca1e551c77f6f8237e8df602b69d47e6
|
|
| BLAKE2b-256 |
bf8d4e5cc6679348283e8bc2d853825767255038b0891b18f638bfad5b531642
|
File details
Details for the file automation_report-0.0.6-py3-none-any.whl.
File metadata
- Download URL: automation_report-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ba56933e2968247705e99c89377d92dcd45e16b6b9c279f2deed8ed05e2da72
|
|
| MD5 |
305158b4d2b6795354a72f11e73ae932
|
|
| BLAKE2b-256 |
79671e1ad21390abdef33e18f0ba5e753d13de45372de935172ec324f0645c25
|