cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

[Install] Create behat feature to test Install module #452

Closed kilip closed 6 years ago

kilip commented 6 years ago

This test will ensure that Install module working as expected

kilip commented 6 years ago

Hello @cbleek, @TiSiE, @fedys, and all Yawik developer

I am not good at creating documentation in rst format, so I create documentation to run behat tests in: path/to/yawik/module/Behat/README.md

Don't forget to composer update your yawik installation before following documentation. Because I include chromedriver in yawik installation (see here)

I also create bin/start-selenium.sh script to simplify starting selenium with chrome driver.

Let me now if you having trouble in running this behat tests.