Open Naveen-web-spec opened 3 months ago
More details on this issue https://github.com/codeceptjs/CodeceptJS/issues/4454
@saadichouaib Can you please help me with this issue
Hi @Naveen-web-spec
I'll take a look 👍
Hi @saadichouaib Any luck on this issue. Fix would be great helpful for our team
Integrate codeceptjs results into Xray/jira with each test steps mapped to the test case is not actually mapping the steps to the expected step.
Expected Behavior
To be precise the issue results I have added some more detail
xray snippet
code snippet
code snippet of method called in the test
Here xray_
step2
suppose to be I.see('Log in to Altair SLC Hub') but the method/function $fillfield() called before is considered them as a step2 updating them in the jira and Xray_step3 is not at all configured in the test.Actual Behavior
xray_
step2
should update the test case of Step2 in jira. Method/function called before is not expected to be update as a test step in xray/jiraSteps to Reproduce the Problem
step1
in teststep2
in test