noelg / behat-demo

My Behat playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Behat demo

My little demo application to play around with Behat. I am not involved or connected to anybody at Behat. I am just a user :)

Usage

  1. Change into the directory of this app.

  2. Get Composer and run composer install

  3. Start Selenium server with the correct version number:

    java -jar selenium/selenium-server-standalone-2.31.0.jar
    

    or have it running in the background

    nohup bash -c "java -jar selenium/selenium-server-standalone-2.31.0.jar &"
    
  4. Open a new console window and run this command:

    bin/behat
    

Links

About

My Behat playground


Languages

Language:PHP 91.0%Language:Shell 9.0%