phpunit-selenium

Selenium RC integration for PHPUnit

  • 所有者: giorgiosironi/phpunit-selenium
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

PHPUnit-Selenium Build Status

This package contains a Selenium2TestCase class that can be used to run end-to-end tests against Selenium 2.

Installing

Use Composer and run composer require --dev phpunit/phpunit-selenium.

Requirements

  • Version 8.x supports PHPUnit 8.x and is compatible with PHP 7.2+
  • Version 7.x supports PHPUnit 7.x and is compatible with PHP 7.1+

Older unsupported lines which will probably see no new releases:

  • 4.x mainline supports (only) PHPUnit 6.x. This version is only compatible with PHP 7
  • 3.x: supports PHPUnit 5.x. Only compatible with PHP 5.6 and PHP 7.
  • 2.x: supports PHPUnit >= 4.8 instead.

Both these supported lines only work with the Selenium 2 API, using the Selenium2TestCase class.

The old line 1.x is not maintained anymore, but will continue to be available for usage of SeleniumTestCase.

Please direct pull requests to giorgiosironi/phpunit-selenium for automated testing upon merging. Pull requests should be feature branches containing all the commits you want to propose.

Running the test suite

Via Vagrant

Just run the following Vagrant commands (a minimal version of v1.7 is required) and everything will be set up for you. The first start will take some time which depends on the speed of your connection (and less - speed of your computer):

vagrant up
vagrant provision
vagrant ssh

cd /vagrant
vendor/bin/phpunit Tests

主要指标

概览
名称与所有者giorgiosironi/phpunit-selenium
主编程语言PHP
编程语言Shell (语言数: 3)
平台
许可证Other
所有者活动
创建于2010-06-01 12:42:50
推送于2022-06-01 21:12:17
最后一次提交2022-06-01 16:12:08
发布数46
最新版本名称9.0.1 (发布于 )
第一版名称1.0.0beta1 (发布于 2010-06-08 10:13:43)
用户参与
星数600
关注者数47
派生数269
提交数1.6k
已启用问题?
问题数300
打开的问题数94
拉请求数97
打开的拉请求数5
关闭的拉请求数58
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?