Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Description
Cucumber Import Features task can fail in remote node configurations, where the controller and working agents have different operating systems.
This was reproduced with two nodes. The main/controller agent in unix and a second remote agent in windows.
Pre-conditions
- Have a unix and a windows agent.
- Make sure the Xray Cucumber Import Features task is ran by the remote agent and not the main one.
How to reproduce
- Execute Xray Cucumber Import Features task
Actual result/Attachments
You'll see the in the jenkins build logs occurrences of :
XRAY_RAW_RESPONSE: {"testIssues":[],"preConditionIssues":[],"message":"Error parsing feature file\n"}
This comes from the Jira server and is the result of the features zip file being empty.
Expected result
The feature files should be imported successfully
Version
- 2.6.1
Environment
- Unix and Windows agents