Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 508 Bytes

Page Objects

Repository with an example for page objects

Disclaimer: This is not an official Qafoo product but a prototype. We don't provide support on this repository.

Usage

To install all dependencies run something like:

composer install

Run the tests

To run all tests just run:

vendor/bin/phpunit

For the tests to work you must provide valid login data which, depending on your shell, yould be done like:

env USER="[email protected]" PASSWORD="password" vendor/bin/phpunit