Core engine for cookiecutter-qa and pytest-play packages
Project description
Core engine for tierra_qa package
This Pytest plugin was generated with Cookiecutter along with @hackebrot’s Cookiecutter-pytest-plugin template.
Features
pytest-pypom-navigation is not intended to be used as a standalone package.
It provides the core engine (pytest fixtures) needed by the strong opinionated scaffolding solution called cookiecutter-qa that let you generate a fully working QA testing hello world project based on Selenium/Splinter with just one command.
It is also used by the pytest-play engine for collecting variables for tests parametrization.
Tests
You can run “pytest-pypom-navigation” tests via tox:
$ pip install tox $ tox -epy36
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the Apache Software License 2.0 license, “pytest-pypom-navigation” is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Changelog
2.0.1 (2018-01-03)
fix get_page_instance (missing page kwargs before page construction)
2.0.0 (2018-01-02)
navigation will no more be initialized automatically with an open browser by default since pypom_navigation is used by third party plugins even for non UI plugins. This way we avoid to open a browser if it is not needed and explicitly requested with a set page or visit page
you can override the default page timeout using a pytest-variables configuration named default_timeout
add new method get_page_instance on navigation
1.0.0 (2017-12-19)
navigation initialized with kwargs (including variables coming from pytest variables too)
add global timeout for all pages (default 10)
base_page fixture no longer opens page by default. It’s up to you visiting a page now
0.1.1 (2017-10-30)
support fallback page classes in action_performed
0.1.0 (2017-10-12)
Add update_page and action_performed methods on navigation.
Wait for pages to load when visiting them.
0.0.1 (2017-06-13)
First release
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
Hashes for pytest-pypom-navigation-2.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e54342810b7b31fc12903e4d7915f28846a71739c2f74840dfa6a80d25782efc |
|
MD5 | 173a673e3545c7ae47c14454b56db350 |
|
BLAKE2b-256 | 7214e94727aa787f42e0056442dec03d061a8daf20bb82db5d659e2ef0e0d3de |