Skip to main content

desc

Project description

webdriver-recorder

This enhances selenium's webdriver to simplify the interface and capture screenshots along the way. When run it will output html with screenshots of different scenarios. This uses python3.4+ only.

Installation

pip install uw-webdriver-recorder

Maintaining this plugin

To test this plugin, make sure you have tox installed (pip install tox) then run tox. This will test, lint, and run coverage reports.

To build this plugin for release, you can do python setup.py sdist, to prepare for uploading to PyPI, or you can install to a local python environment with pip install . or even python setup.py install. All of these options should work just fine depending on your needs. A

A note about local installation: Installing by any means other than pip install uw-webdriver-recorder will show a version of 0.0.1; that is because our versioning is managed by our repository tags and is only properly resolved by our release process.

Running it

Assume the following file:

You would then run the test with

pytest

You can also pass the following options:

# The directory to store report artifacts. Defaults to ./webdriver-report
--report-dir /path/to/output  
# defaults to localhost:4444, only used with the `remote_chrome` fixture
--selenium-server http://some.remote.selenium/endpoint  

When the test completes, you will have file webdriver-report/index.html, with a screenshot for every wait_for() in your test. You can also call browser.snap() to take a screenshot at any time.

Pytest Fixtures

To see examples of these fixtures and how they are used, refer to tests/test_plugin.py.

browser: The main interface for this plugin. By default, uses Chrome, but you may substitute your own as needed.

chrome: Same as above, but is always Chrome.

remote_chrome: (untested) A Chrome browser proxy to a running remote selenium server.

report_dir: The directory where report artifacts are stored (see above)

report_generator: Used to explicitly generate reports. Synonymous with browser_recorder.plugin.generate_report but available as a fixture for convenience. (By default, reports are only generated at the end of a testing session.)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uw-webdriver-recorder-2.0.0.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page