phoenixrvd/test-drive

An automation tool that allows to formalize the manual testing of web applications.

1.0.0 2021-04-05 18:26 UTC

This package is auto-updated.

Last update: 2024-05-06 02:05:41 UTC


README

Minimum PHP Version Latest Stable Version composer.lock License

An automation tool that allows to formalize the manual testing of web applications.

Installation

Selenium WebDriver is used in the background of the tool, so it must be installed.

Once the WebDrivers are installed, the project can be installed using composer.

composer require phoenixrvd/test-drive

First run

./bin/test-drive -h

Configuration

All configuration variables can be found under [examples/.env.defaults]. To store a different configuration you have to create an .env file in the project root and overwrite the corresponding settings in this file.

Copyright and license

Code released under the MIT License.