Skip to content

hiptest/hps-behat

Repository files navigation

hps-behat

CircleCI Build Status

Hiptest publisher samples with Behat

In this repository you'll find tests generated in Behat format from Hiptest, using Hiptest publisher.

The goals are:

  • to show how tests are exported in Behat.
  • to check exports work out of the box (well, with implemented actionwords)

System under test

The SUT is a (not that much) simple coffee machine. You start it, you ask for a coffee and you get it, sometimes. But most of times you have to add water or beans, empty the grounds. You have an automatic expresso machine at work or at home? So you know how it goes :-)

Prerequisite

You need to install:

Update tests

To update the tests:

hiptest-publisher -c behat.conf --without=actionwords

The tests are generated in the features directory.

Run tests

To build the project and run the tests, use the following command:

php composer.phar install
vendor/bin/behat -f cucumber_json

The SUT implementation can be seen in src/CoffeeMachine.php

The test report is generated in the results/ directory.

About

Hiptest publisher samples with Behat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published