- Notifications
You must be signed in to change notification settings - Fork1
How To Create Custom HTML Test Reports With pytest-html
NotificationsYou must be signed in to change notification settings
Pytest-with-Eric/pytest-html-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo contains the sample code for the article -How To Create Custom HTML Test Reports With pytest-html
- Python (3.12)
To install the project, you need to have Poetry installed. If you don't have it installed, you can install it by following the instructionshere.
To run the tests, you can use the following command:
$ poetry run pytest --html=report.html
or
$ poetry shell$ pytest --html=report.html
If you have any questions about the project please raise an Issue on GitHub.
About
How To Create Custom HTML Test Reports With pytest-html
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.