Skip to content

pytest plugin for live test case execution results

License

Notifications You must be signed in to change notification settings

hmfhmf/pytest-live-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-live-results

Plugin to create live results for pytest.

PyPI version Downloads PRs Welcome Maintenance Open Source Love png1


How it works:

  • Get execution details using hooks
  • Open browser with live results
  • Updates report based on refresh rate selction

Note: User can specify refresh time in page i.e., 1 or 5 minutes or can turnoff refresh


How to use in project:

  1. Install pytest-live-results

    Case 1: Using pip

    pip install pytest-live
    

    Case 2: Using setup.py (clone repo and run command in root)

    python setup.py install
    

    Case 3: Install from git (changes in master)

    pip install git+https://github.com/adiralashiva8/pytest-live-results
    
  2. Execute test case normally

    pytest
    

    No code changes or run command required


SAMPLE REPORT

live_result.jpg


Thanks for using pytest-live-result!

If you have any questions / suggestions / comments on this, please feel free to reach me at


Credits


⭐ repo if you like it

About

pytest plugin for live test case execution results

Resources

License

Stars

Watchers

Forks

Packages

No packages published