phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Port interesting features of the "giorgiosironi/phpunit-selenium"

Open aik099 opened this issue 1 year ago • 0 comments

I've noticed, that https://github.com/giorgiosironi/phpunit-selenium/ project (which inspired me to create this project) is still pretty much alive.

Also it's being used in the BrowserStack DEMO project for PHP integration (see https://github.com/browserstack/phpunit-browserstack). Apparently, giorgiosironi/phpunit-selenium has some benefits (either in features or maintainability) compared to the PHPUnit-Mink.

Need to:

  1. discover features (including ways how the test suite is written) of the giorgiosironi/phpunit-selenium, that PHPUnit-Mink might benefit from;
  2. add these features to this project.

My initial commit was on Jun 1, 2013, but apparently, development was started earlier. My best guess is, that I've used

  • either https://github.com/giorgiosironi/phpunit-selenium/releases/tag/1.2.12 (Feb 2, 2013)
  • or https://github.com/giorgiosironi/phpunit-selenium/releases/tag/1.3.0 (May 6, 2013)

as a starting point.

aik099 avatar Feb 19 '24 16:02 aik099