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.
pip install pytest-agent
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