Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 572 Bytes

Introduction

pytest-assist is an enhancement of pytest.

It provides a GUI in web browser, including the following functionalities:

  • selecting which cases to run by tags, keywords, target files/classes/functions
  • realtime monitoring test ongoing results even from remote
  • generate pretty reports with report functions

Installation

pip install pytest-assist

User Guide

Please refer to https://jcyrss.github.io/pytest-assist

Screenshots

t2