-
Story
-
Resolution: Obsolete
-
Undefined
-
None
-
None
-
None
-
False
-
False
-
None
Additionally, the Params field of the IntegrationTestScenario should be exposed to allow users to provide additional data that can be needed for testing of their deployed applications. The Params field consists of individual Tekton pipeline parameters which the Integration service can then propagate to integration testing pipelineRuns.
Params can be a structure like
params = [{ name: 'param1', value: ['value1', 'value2', ... , 'valuen'],
{{
{name: 'param2', value: [`value`] }, ...,}}
{name: `paramn`, value:[`value1`,..., `valuen` ]
Acceptance criteria
1. Create a component which creates dynamic fields for user to add params.
2. integrate this component to ITS creation/edit form
- clones
-
HAC-4596 Additional params support for IntegrationTestScenario
-
- Closed
-