Introduction In today’s fast-paced software development world, collaboration between product owners, business analysts, developers, and testers is more crucial than ever. Behaviour-driven Develop...
If you’ve ever used Gherkin for Behaviour-driven Development (BDD), you know how effective it can be for describing system behaviour in a shared, human-readable format. One of the more powerful and p...
I've been following the documentation here: https://docs.getxray.app/display/XRAY/Importing+Cucumber+Tests+-+REST For uploading feature files to jira from my terminal. I'm running something l...
Hi, I'm trying to import my cucumber results to an existing JIRA issue like this: curl -H "Content-Type: application/json" -X POST -H "Authorization: Bearer $token" --data @"cucumber-json-r...
Hello, After hitting this /rest/raven/2.0/import/execution/cucumber/multipart? api with below ~info and ~AI_sample cucumber json - it creates test execution but cucumber testcases are not m...
Hello there, I'm trying to import cucumber json to Jira (X-ray), but I'm facing few difficulties. I've included the specifics below. I have tried two api's of both 1.0 and 2.0 v...
Hello there, I'm trying to import cucumber json to Jira (X-ray), but I'm facing few difficulties. I've included the specifics below. I have tried two api's of both 1.0 and 2.0 v...
Hello there, I'm trying to import cucumber json to Jira (X-ray), but I'm facing few difficulties. I've included the specifics below. I have tried two api's of both 1.0...
As you can see in my example image below, it looks like i have to create a test-case for every scenario. But i would like to have one test-case and they should have multiple scenarios. Is this possib...
I am trying to integrate our Java Cucumber tests with Jira using Xray and I am facing the following scenario: I have a 2 cucumber feature files Each feature file has single feature definition E...
...eclarative: Post Actions) 18:19:13 [Pipeline] script ERROR: Importing Cucumber results has failed... ERROR: Exception occurred: java.lang.NullPointerException: Cannot get property 'key' on n...
Importing cucumber JSON to XRay Test Execution does not return any errors but the results are not getting updated. Tests are getting added but not test results.
Hi, I am exporting a few Cucumber feature files via the XRAY API and I can see some tags are added for the test issue, test set, labels etc. I would like to add a test execution tag to the f...
Hi Team, We are using Jira with X-ray API. we have created all tests/Test sets with cucumber and filtered them with filter key. When I am trying to export the tests as cucumber we a...
Currently, we need to export every Test associated to a TestPlan as a single feature file. When we use REST endpoint filtering by TestPlanId in one call (to export them as zip) tests are grouped in...
While importing the execution results into Jira using the API, the screenshots are not imported. API Endpoint: rest/raven/1.0/import/execution/cucumber/multipart Results file t...
Hi, I have just started Xray and started writing cucumber testcases. Few of my steps contains statements where I have to enter email address in a field. Example - When User enters "URL" And U...
Hi, I use Xray 5.1.2 and I need to find cucumber Option on Xray to change Generate features file name using summary... It's about export file BDD feature to change the name of f...
I cannot create new living documentation using the cucumber for Jira plugin. I am doing the following but am unsure what is going wrong, or likely what I am doing wrong. The steps are s...
Hi! I'm currently developing a python application in which I need to export a test defined in Cucumber. To do so I want to make a request to the XRAY API and save the .feature file in the r...
...efault test execution added as tag on cucumber feature level) and add comment to the existing test execution like "executed on 29-july -21 & Jenkins build number : 123" Is it possible to c...
Hi, I am choosing Cucumber method for writing my test case but when getting to the page for writing in this method I get an error when attempting to use Given When Then. See images. What is m...
I am unable to import cucumber results to jira(v8.13) from Jenkins (v2.222) using xray plugin (v1.3) Does xray plugin was compatible for jira(v8.13)? T...
When I try to upload results files manually, nothing shows up. this is the option: this is what I see, nothing: What happens?
...t's not working Command I am Using curl -D- -u UserName:Password -X POST -d @D:\buildagent1\work\b1faac57a698b688\reports\json\cucumber_report.2140.json https://sereverName/rest/raven/1.0/i...
Copied to clipboard