Dear all,
I have configured cucumber plugin in bamboo.
It works fine - Json report file is detected and status is displayed in cucumber tab.
Problem started when we added cucumber tests in more modules in the same project. So now there are 3 project, which generate cucumber.json file.
I configured parameter "Cucumber JSON Report path" as "**/target/test-reports/*.json"
All those files are detected by plugin (in my opinion) because there is in log:
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber-usage.json
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber.json
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber-usage.json
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber.json
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber-usage.json
Found /home/bamboo-agent/xml-data/build-dir/..../target/test-reports/cucumber.json
but results displayed in cucumber tab are only from one of the file.
Here is my question, does cucubmer plugin supports multiple cucumber.json files?
The plugin consolidates the results of all the jason files in target folder.
Check if other files are blank or same results.
https://www.autotestingtools.com/cucumber-task-for-bambooOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.