Metadata-Version: 2.4
Name: pytest-assist
Version: 0.1.3
Summary: pytest plugin library
Author-email: Jiang Chunyang 白月黑羽-江春阳 <jcyrss@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://jcyrss.github.io/pytest-assist
Project-URL: Download, https://pypi.python.org/pypi/pytest-assist
Keywords: pytest,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: websockets>=15.0.1
Dynamic: license-file

## 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

```py
pip install pytest-assist
```

## User Guide

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


## Screenshots

![t2](https://github.com/jcyrss/baiyueheiyu/assets/10496014/ca7fc08d-0f06-4194-8477-9ae46c6918ae)
