https://gitlab.com/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.
https://gitlab.com/BaluErtl/autotestack
Google Chrome Mink behat chromedriver gherkin selenium webdriver
Last synced: 9 months ago
JSON representation
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.
- Host: gitlab.com
- URL: https://gitlab.com/BaluErtl/autotestack
- Owner: BaluErtl
- License: gpl-3.0
- Created: 2019-02-17T20:58:17.421Z (over 7 years ago)
- Default Branch: master
- Last Synced: 2024-12-09T17:42:20.058Z (over 1 year ago)
- Topics: Google Chrome, Mink, behat, chromedriver, gherkin, selenium, webdriver
- Stars: 0
- Forks: 0
- Open Issues:
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
See the [composer.json](https://github.com/BaluErtl/autotestack/blob/master/composer.json) file for further details.
Initial foundation of this stack was based on the toolset introduced in the [Behat 101 - Introduction](https://www.youtube.com/watch?v=j7RHtNePY3Y) screencast by @jcowie and @allanmacgregor on YouTube. I'm so thankful for them to shed some lights on a working combination.