widgetastic.core

Making testing of UIs fantastic.


Keywords
selenium, widgetastic, abstraction, enhancement, page-object, testing
License
Other
Install
pip install widgetastic.core==0.36

Documentation

widgetastic.core

Python supported versions

image

image

image

Documentation Status

Widgetastic - Making testing of UIs fantastic.

Written originally by Milan Falesnik (mfalesni@redhat.com, http://www.falesnik.net/) and other contributors since 2016.

Licensed under Apache license, Version 2.0

WARNING: Until this library reaches v1.0, the interfaces may change!

Projects using widgetastic

Installation

Contributing

  • Fork
  • Clone
  • Create a branch in your repository for your feature or fix
  • Write the code, make sure you add unit tests.
  • Use pre-commit when committing to enforce code style
  • Run pytest to run unit tests
  • Push to your fork and create a pull request
  • Observe checks in GitHub for further docs and build testing