Let say : I have an existing test-execution with key: KEY-123
I run the cucumber test -> import execution result to KEY-123
I have tried everything but,
/api/v1/import/execution/cucumber
/api/v1/import/execution/cucumber/multipart
It just create a new test-execution on Xray
I found the solution.
Add the test-execution key on top of your .feature file to have it updated correctly
So let say we have Test-Execution key : KEY-123
Feature file Content:
@KEY-123
Feature:Test
@KEY-456 @test
Scenario: Test
Given I perform test
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.