Metadata-Version: 2.1
Name: pytest-agent
Version: 0.0.5
Summary: 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.
Home-page: UNKNOWN
License: UNKNOWN
Description: # 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
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
