qa-tools/qa-tools

Library that provides easy-to-use way of interaction with web-page elements in functional tests using PageObject pattern.

v1.2.3 2024-02-10 14:41 UTC

This package is auto-updated.

Last update: 2024-04-22 11:19:40 UTC


README

Join the chat at https://gitter.im/qa-tools/qa-tools CI Docs Documentation Status

Scrutinizer Code Quality codecov Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

QA-Tools is a set of quality assurance tools to be used during acceptance tests writing on PHP.

Library implements PageObject pattern, used in variety of testing frameworks (e.g. Selenium browser automation framework).

Website and Documentation

Asking Questions

Feel free to ask any questions and share your experiences in the Chat Room and help to improve the documentation.

Installation

  • execute this command to add dependencies: php composer.phar require qa-tools/qa-tools:^1.0

Requirements

Contributing

See CONTRIBUTING file.

License

QA-Tools is released under the BSD-3-Clause License. See the bundled LICENSE file for details.