baluertl / autotestack
A proven working software stack for running automated tests with the following order of components: Gherkin ▸ Behat ▸ Mink ▸ Selenium ▸ WebDriver ▸ Facebook's PHP-binding ▸ ChromeDriver ▸ Google Chrome ▸ on mac OS.
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7
- behat/mink-extension: ~2.0.0
- behat/mink-goutte-driver: ~1.1.0
- behat/mink-selenium2-driver: *
- bossa/phpspec2-expect: 1.*
- facebook/webdriver: ^1.6
- peridot-php/webdriver-manager: dev-master
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2025-02-18 09:49:07 UTC
README
A proven working software stack for running automated tests with the following order of components: Gherkin ▸ Behat ▸ Mink ▸ Selenium ▸ WebDriver ▸ Facebook's PHP-binding ▸ ChromeDriver ▸ Google Chrome ▸ on mac OS.
See the composer.json file for further details.
Initial foundation of this stack was based on the toolset introduced in the Behat 101 - Introduction screencast by @jcowie and @allanmacgregor on YouTube. I'm so thankful for them to shed some lights on a working combination.