Skip to main content

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.4

  • Improves the flexibility of getting/setting a widget

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

collective.betterbrowser-0.4.tar.gz (5.5 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