项目作者: g737a6b

项目描述 :
PHP Web UI testing Framework.
高级语言: PHP
项目地址: git://github.com/g737a6b/php-web-tests.git
创建时间: 2019-09-08T08:51:46Z
项目社区:https://github.com/g737a6b/php-web-tests

开源协议:MIT License

下载


PHPWebTests

PHP Web UI testing Framework.

Examples of use

See demo/.

  1. ls . | grep -e chromedriver -e php-web-tests -e selenium-server-standalone
  2. # chromedriver
  3. # php-web-tests.json
  4. # selenium-server-standalone-#.jar
  5. java -jar selenium-server-standalone-#.jar
  6. vendor/bin/php-web-tests -g all

Installation

Composer

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

  1. {
  2. "require": {
  3. "g737a6b/php-web-tests": "*"
  4. }
  5. }

License

The MIT License

Copyright (c) 2019 Hiroyuki Suzuki