You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We are using Cucumber JVM for writing our acceptance tests and we have Bamboo as our CI and Gradle as the build tool. Currently we are using the Cucumber Bamboo plugin to see the test results.
Is there a way we can bind these test results to the Bamboo build itself, so that we can tell that a build has failed based on the results generated by Cucumber.
Any help is greatly appreciated.
Thank you,
John
You can use Cucumber For Bamboo plugin. This plugin adds Cucumber parsers in Build as well ad Deployment plans. It provides options to pass or fail build if any test is failed or based on failure threshold or can just print test results in Log without affecting deployment status.
The plugin also adds new UI elements to display deployment tests, Cucumbers results and pie chart of tests. It also has features to automatically link tests with JIRA issues.
https://marketplace.atlassian.com/plugins/com.mdb.plugins.cucumberforbamboo/server/overview
Hi Vikas
I tried to use in deployment project but I could not hook the results to show up in the bamboo server after the deployment is success, but I can see the cucumber_parser results in the logs. Any help is much appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The updated version of Cucumber Reports for Bamboo (Renamed BDD Insights for Bamboo) now binds Cucumber-JVM test results to the Bamboo within the "Tests" tab
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.