Recent posts
Tag: #tests · 5 posts
Posted Jan 23
https://pypi.python.org/pypi/pytest-selenium/ pytest_selenium is a plugin for #pytest that provides support for running #Selenium based #tests .
Posted Jan 23
https://splinter.readthedocs.io/en/latest/ #Splinter is an open source tool for testing web applications using Python. It lets you #automate browser actions, such as visiting URLs and interacting with their items. #tests
Posted Jan 23
https://github.com/pytest-dev/pytest-splinter The plugin provides a set of fixtures to use #splinter for browser testing with #pytest . #tests #pytest_splinter
Posted Jan 23
http://splinter.readthedocs.io/en/latest/ #Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items. #tests
Posted Jan 23
https://pypi.python.org/pypi/pytest-bdd #BDD library for the py.test runner #pytest-bdd implements a subset of Gherkin language for the automation of the project requirements testing and easier behavioral driven development. Unlike many other BDD tools it doesn’t require a separate runner and benefits from the power and flexibility of the #pytest. It allows to unify your unit and functional #tests, easier continuous integration server configuration and maximal reuse of the tests setup. Pytest fixtures written for the #unit_test s can be reused for the setup and actions mentioned in the feature steps with dependency injection, which allows a true BDD just-enough specification of the requirements without maintaining any context object containing the side effects of the Gherkin. imperative declarations.
Hashtags