Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiptest/hps-javascript-jasmine

Hiptest publisher samples with Javascript/Jasmine
https://github.com/hiptest/hps-javascript-jasmine

Last synced: about 2 months ago
JSON representation

Hiptest publisher samples with Javascript/Jasmine

Awesome Lists containing this project

README

        

# hps-javascript-jasmine
[![Build Status](https://travis-ci.org/hiptest/hps-javascript-jasmine.svg?branch=master)](https://travis-ci.org/hiptest/hps-javascript-jasmine)

Hiptest publisher samples with Javascript/Jasmine

In this repository you'll find tests generated in Javascript/Jasmine format from [Hiptest](https://hiptest.com), using [Hiptest publisher](https://github.com/hiptest/hiptest-publisher).

The goals are:

* to show how tests are exported in Javascript/Jasmine.
* 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 :-)

Update tests
-------------

To update the tests:

hiptest-publisher -c javascript-jasmine.conf --only=tests

The tests are generated in [``tests/project_test.js``](https://github.com/hiptest/hps-javascript-jasmine/blob/master/tests/project_test.js)

Run tests
---------

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

grunt jasmine

The SUT implementation can be seen in [``src/coffee_machine.js``](https://github.com/hiptest/hps-javascript-jasmine/blob/master/src/coffee_machine.js)

The test report is generated in ```_build/test-reports/jasmine/TEST-CoffeemachineHiptestpublishersample.xml```