Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

g737a6b/php-web-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPWebTests

PHP Web UI testing Framework.

Examples of use

See demo/.

ls . | grep -e chromedriver -e php-web-tests -e selenium-server-standalone
# chromedriver
# php-web-tests.json
# selenium-server-standalone-#.jar

java -jar selenium-server-standalone-#.jar

vendor/bin/php-web-tests -g all

Installation

Composer

Add a dependency to your project's composer.json file.

{
	"require": {
		"g737a6b/php-web-tests": "*"
	}
}

License

The MIT License

Copyright (c) 2019 Hiroyuki Suzuki