Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automation-report-0.0.7.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

automation_report-0.0.7-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file automation-report-0.0.7.tar.gz.

File metadata

  • Download URL: automation-report-0.0.7.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

Hashes for automation-report-0.0.7.tar.gz
Algorithm Hash digest
SHA256 a1102ef1cd2308985bae52dfd9ab47b540d5a1debbdae971730203068f7c3929
MD5 e78af6c721d26add39577ad9c5bec417
BLAKE2b-256 22c6d45e1031a8473986673c256a0ae44a7ea9fff13b3b06fee5a6deda09405d

See more details on using hashes here.

File details

Details for the file automation_report-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: automation_report-0.0.7-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

Hashes for automation_report-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 115015e1cc302ff102465c4c889024823b38973595acc238400dae2f5d40797f
MD5 19a195193727a1fde2d19e8c3ccbc533
BLAKE2b-256 2f86d6473bd7a7c6019c247679de1c7539ee28cf9a52f1f4c1c9af7b03ad3ecf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page