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.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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d680b18d2195c82cd3c86268bb17b972706b2ad01ce36a2c39c71449d581497 |
|
MD5 | f5a1bb09f5dc90a56b70ec5a95beb6ba |
|
BLAKE2b-256 | 960c9a8082512eb8f90f33ad90fdf872537788de05d5961a305b71c051386520 |