https://github.com/eddie4k-code/pyreport
Simple module / script that can be used to generate HTML reports for tests. Using BeautifulSoup
https://github.com/eddie4k-code/pyreport
automation-test automation-testing python python-test-reporter pythonreporter qa reporting test testing testing-tools testreport testreporter
Last synced: 8 months ago
JSON representation
Simple module / script that can be used to generate HTML reports for tests. Using BeautifulSoup
- Host: GitHub
- URL: https://github.com/eddie4k-code/pyreport
- Owner: Eddie4k-code
- Created: 2022-12-26T18:38:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:27:02.000Z (over 3 years ago)
- Last Synced: 2025-06-27T22:06:55.812Z (11 months ago)
- Topics: automation-test, automation-testing, python, python-test-reporter, pythonreporter, qa, reporting, test, testing, testing-tools, testreport, testreporter
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyReport
Simple module / script that can be used to generate HTML reports for tests.
Dependencies -
Instruction
Example
Testing the function add which will add two numbers
In this situation, if the test case is as expected then it will be reported on the HTML file as a pass, if it fails then it will be reported on the html file as a Fail and a reason can be specified for the failure
The HTML Report
This is where all the results will be shown