Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/pytest-browsermob-proxy
BrowserMob proxy plugin for py.test
https://github.com/davehunt/pytest-browsermob-proxy
Last synced: 2 months ago
JSON representation
BrowserMob proxy plugin for py.test
- Host: GitHub
- URL: https://github.com/davehunt/pytest-browsermob-proxy
- Owner: davehunt
- Created: 2013-01-09T22:42:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T14:10:21.000Z (about 8 years ago)
- Last Synced: 2024-09-18T05:28:22.997Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pytest_browsermob_proxy
=======================pytest_browsermob_proxy is a plugin for [py.test](http://pytest.org/) that provides support for running [BrowserMob Proxy](http://opensource.webmetrics.com/browsermob-proxy/).
Requires:
* py.test
* browsermob-proxyInstallation
------------$ python setup.py install
Usage
-----For full usage details run the following command:
$ py.test --help
browsermob proxy:
--bmp-path=path location of browsermob proxy.
--bmp-host=str host that browsermob proxy will be running on. (default: localhost)
--bmp-port=int port that browsermob proxy will be running on. (default: 8080)
--bmp-headers=str json string of additional headers to set on each request.
--bmp-domain=str domain for browsermob proxy automatic basic authentication.
--bmp-username=str username for browsermob proxy automatic basic authentication.
--bmp-password=str password for browsermob proxy automatic basic authentication.