Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo and Cucumber

Susant Prusty February 18, 2015

Do anyone has any idea on how to set-up cucumber test in bamboo ? and can anyone help on how to use tags in Bamboo ?

We have a set-up where if we try to run it locally then it works but when we try to run it using Bamboo the build always hungs and becomes never ending.

Any detailed note on this will be very helpful.

 

Thank you

 

Regards,

Susant

4 answers

1 vote
VikasB April 25, 2016

You can create Bamboo plan with following tasks

Source Checkout Task: To checkout source code

Maven Task: To build project and run cucumber scenarios

Cucumber for Bamboo task: To parse cucumber scenarios as test in Bamboo, use Cucumber tags to control build status and integrate results with JIRA

https://sites.google.com/site/autotestingtools/cucumber-task-for-bamboo

0 votes
VikasB February 21, 2019
0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 18, 2015

You need to check logs from bamboo and cucumber.

Logs in Bamboo: https://confluence.atlassian.com/display/BAMBOO/Viewing+a+build+log

This could be useful to get more info from cucumber: http://stackoverflow.com/questions/1060754/how-to-make-cucumber-show-full-rails-error-message

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 18, 2015

Hello Susant,

Thank you for your question.

If running a Source Code Checkout task from a Stash repository, you could add a Script task with the following:

git tag -a "${bamboo.buildNumber}" -m "${bamboo.planName} build number ${bamboo.buildNumber}"

git remote add remote http://[USERNAME]:[PASSWORD]@[STASH-BASE-URL]/scm/sup/[REPOSITORY].git

git push --tags remote ${bamboo.buildNumber}

git remote rm remote

If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.

Thank you for your understanding.

Kind regards,
Rafael P. Sperafico
Atlassian Support

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events