Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.96 KB

readme.md

File metadata and controls

76 lines (50 loc) · 1.96 KB

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