phoenixrvd / test-drive
An automation tool that allows to formalize the manual testing of web applications.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=7.4
- php-webdriver/webdriver: ^1.10
- symfony/console: 5.x-dev
- symfony/dotenv: 5.x-dev
- symfony/yaml: 5.x-dev
This package is auto-updated.
Last update: 2025-03-06 03:58:09 UTC
README
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.
- chromedriver - for GoogleChrome and Mobile-Emulation
- geckodriver - for Firefox testing
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.