Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As a system, whenever importing Behave JSON results using the REST API, it should be possible to define some Test Execution related parameters.
The current Behave JSON endpoint (the standard one) should be evolved to support some parameters identified in the URL.
POST /rest/raven/1.0/import/execution/behave
PATH PARAMETERS
parameter | type | description |
---|---|---|
projectKey | String |
|
testExecKey | String | - key of the Test Execution. This will override any reference to Test Execution that may come on the cucumber json report as a tag. |
testPlanKey | String | - key of the Test Plan; if you specify the Test Plan, the Tests will be added automatically to the Test Plan if they're not part of it. |
testEnvironments | String | - a string containing a list of test environments separated by ";" |
revision | String | - source code and documentation version used in the test execution. |
fixVersion | String | - the Fix Version associated with the test execution (it supports only one value). |
Attachments
Issue Links
- clones
-
XRAY-2760 As system, whenever importing Cucumber JSON results using the REST API, it should be possible to define some Test Execution related parameters
- New