saadichouaib / codeceptjs-xray-cloud-helper

"codeceptjs-xray-cloud-helper" is a plugin that automatically retrieves the result of CodeceptJS tests and sends them to XRAY/JIRA.
MIT License
13 stars 1 forks source link

Codeceptjs cloud xray helper not mapping the configured steps in the xray test case #15

Open Naveen-web-spec opened 3 months ago

Naveen-web-spec commented 3 months ago

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 Capture

code snippet Capture1

code snippet of method called in the test image

Here xray_step2suppose 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/jira

Steps to Reproduce the Problem

Naveen-web-spec commented 3 months ago

More details on this issue https://github.com/codeceptjs/CodeceptJS/issues/4454

Naveen-web-spec commented 3 months ago

@saadichouaib Can you please help me with this issue

saadichouaib commented 3 months ago

Hi @Naveen-web-spec

I'll take a look 👍

Naveen-web-spec commented 3 months ago

Hi @saadichouaib Any luck on this issue. Fix would be great helpful for our team