You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
discover features (including ways how the test suite is written) of the giorgiosironi/phpunit-selenium, that PHPUnit-Mink might benefit from;
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
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:
giorgiosironi/phpunit-selenium
, that PHPUnit-Mink might benefit from;My initial commit was on Jun 1, 2013, but apparently, development was started earlier. My best guess is, that I've used
as a starting point.
The text was updated successfully, but these errors were encountered: