Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.65 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.65 KB

hps-javascript-codeceptjs

Build Status

Hiptest publisher samples with Javascript/CodeCeptJS

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

The goals are:

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

Prerequesites

Update tests

To update the tests:

hiptest-publisher -c javascript-codeceptjs.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:

npm install
npx codeceptjs run --steps

The SUT implementation can be seen in src/coffee_machine.js!

The test report is generated in junit_output.xml