hiptest / hiptest-publisher

Publisher for CucumberStudio projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept Build Name

felixsu opened this issue · comments

Problem:
My company running automation for UI, and it rarely got success in single run. So we decided to allow re execute fail scenario only. unfortunately, the report will be messy because each build will only push its part e.g.

total scenario is 100
first run success 70 and failed 30
the build will show 70 success and 30 failed

second run will run only 30 scenario, and resulting 20 success 10 failed
the build now only show 20 success and 10 failed.

my goals is to aggregate them and make it 90 success 10 failed by utilising the build name.
I see the build name is available if we run it from cucumber studio manually. It would be very nice if we can push build name too from hip test publisher.

** SOLUTION**
if only i have build name, then i can do this:

bamboo id will be cucumber build name

first run, build name AAA-33, success 70, failed 30
second run, build name AAA-33 success 20, failed 10
third run build name AAA-33 success 9 failed 1

from there, i can collect all using API, and get 70+20+9 success and 1 error.

Currently the it's not possible to put build name using hiptest publisher.