Skip to content

github-ronk/Behat-Zombie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Usage

Clone this repo:

    $git clone [email protected]:Shashikant86/Behat-Zombie.git
    $cd Behat-Zombie

Now install Behat, Mink, MinkExtension and their dependencies with composer:

    $ curl http://getcomposer.org/installer | php

This will show you output like this

     $ curl http://getcomposer.org/installer | php
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
     100 13028    0 13028    0     0   103k      0 --:--:-- --:--:-- --:--:--  189k
     #!/usr/bin/env php
     All settings correct for using Composer
     Downloading...

     Composer successfully installed to: /Users/user/Behat-SauceLabs-Newbie/composer.phar
     Use it: php composer.phar

Notice it has downloaded composer.phar file. You can install it

   $ php composer.phar install
   Loading composer repositories with package information
   Installing dependencies

It will take some time to download all the vendos into you project. Once finished, 'ls' your project it shouls look like this

   $ ls
   README.md  bin  	composer.lock	features
   behat.yml	composer.json	composer.phar	vendor

Now to launch Behat, just run:

  $./bin/behat

Now Test will run with using Zombie Driver

About

This is sample project with use Zombie Driver with Behat's Mink-Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%