Inspect the contents of your plone.testing browser instance in a real browser (like Firefox), and more.
Project description
Introduction
collective.betterbrowser improves the plone.testing browser with the following, run inside your functional testcase:
from collective.betterbrowser import new_browser def test_all_the_things(self): browser = new_browser(self.layer) browser.login_admin() browser.show()
At which point your default browser opens, showing the state of browser with the ability to actually interact with the testing plone site in the background.
Contributors
Denis Krienbuehl / href, Author
Changelog
0.3
Adds the ability to set/get widget values in a briefer form
0.2
Adds the ability to set date in addition to datetime [href]
0.1
Initial Release [href]
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
Close
Hashes for collective.betterbrowser-0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccd264dda68cff4c0a31c0e177ffe79b792ee45bd90da8fc73e6bca23be1f849 |
|
MD5 | ee8dfd9ed56a1577dcdf331ecc806047 |
|
BLAKE2b-256 | 461aecaf09efc47218b31230b2f0b02c69909c51fe1316065e0de21833e7bf2c |