Skip to content

This is a demo application for the Developers.nl technight on 26 May 2021.

Notifications You must be signed in to change notification settings

kaspervrind/behat-symfony-demo

Repository files navigation

Behat Demo

This example tests the "Symfony Demo Application". This project is pure to illustrate how a project can be tested using Behat and Chromedriver.

##Installation: First install the symfony installer

make install

Secondly install composer packages and https certificates

make configure

Run the application

Boot the application:

make boot

And start the Chome driver

[location of the chrome browser] Chrome --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --window-size=1920,1080

Run behat with:

make behat

You can check the website at:
https://localhost:8000/

Refrences: