-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
3
-
False
-
False
-
None
-
HAC Dev Sprint 245, HAC Dev Sprint 246, HAC Dev Sprint 247
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.
When adding or editing an integration test, users should be able to define additional parameters for their integration Tekton pipelines

Params can be a structure like
params = [{ name: 'param1', value: ['value1', 'value2', ... , 'valuen'],
{{
{name: 'param2', value: [`value`] }, ...,}}
{name: `paramn`, value:[`value1`,..., `valuen` ]
Acceptance criteria
- Create a component which creates dynamic fields for user to add params.
- The component should be generic so that it can be used in similar cases
- Add the component in IntegrationTestScenario create/edit form