Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept Build Name #209

Open
felixsu opened this issue Jul 14, 2020 · 0 comments
Open

Accept Build Name #209

felixsu opened this issue Jul 14, 2020 · 0 comments

Comments

@felixsu
Copy link

felixsu commented Jul 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant