Hiptest publisher samples with Ruby/Rspec
In this repository you'll find tests generated in Ruby/Rspec format from Hiptest, using Hiptest publisher.
The goals are:
- to show how tests are exported in Ruby/Rspec.
- to check exports work out of the box (well, with implemented actionwords)
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 :-)
To update the tests:
hiptest-publisher -c rspec.conf --only=tests
The tests are generated in spec/project_spec.rb
To build the project and run the tests, use the following command:
bundle exec rspec --format RspecJunitFormatter -o report.xml
The SUT implementation can be seen in src/coffee_machine.rb
The test report is generated in report.xml
To publish results to the hiptest, use the following command:
hiptest-publisher --config-file rspec.conf --push report.xml --test-run-id 419717 --push-format junit