Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 409 Bytes

Pytest Agent

Service that exposes a REST API that can be used to interract remotely with Pytest. It is shipped with a dashboard that enables running tests in a more convenient way.

Installation

pip install pytest-agent

Usage

pytest-agent start --host 0.0.0.0 --port 10000

If you are running this from your local machine, you can now open your browser at http://localhost:10000