Xray-App / tutorial-java-cucumber

Tutorial for Cucumber using Java integrated with Xray and Jira
6 stars 15 forks source link

Seems like the testrun is always imported in status 'TO DO' #3

Open rinanir opened 2 years ago

rinanir commented 2 years ago

Thanks for providing this example. I almost got it to work....

I have set this up as a repo in BitBucket Cloud, and am executing it with a Jira Cloud instance.

I have a single test that the pipeline is running, and each pipeline execution adds a test execution with this single testrun indeed, as expected. but the status of the testrun is 'TO DO'.

In Bitbucket, I have configured the pipeline as per the code given here ([https://docs.getxray.app/display/XRAYCLOUD/Integration+with+Bitbucket+Pipelines#IntegrationwithBitbucketPipelines-Cucumberexample] ) --> under the section cucumber example

I am not sure if the problem, is with this project or with XRAY?

More details:

The yml file to run the bitbucket is this:

`# This is a sample build configuration for Ruby.

Check our guides at https://confluence.atlassian.com/x/8r-5Mw for more examples.

Only use spaces to indent your .yml configuration.

-----

You can specify a custom docker image from Docker Hub as your build environment.

image: ruby:2.6

pipelines: default:

definitions: caches: bundler: ./vendor`