From 6ed5592ccb3b2bdb61403f1d1d41d93088cb0709 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 23 Sep 2022 12:31:12 +0100 Subject: Add data type view/workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements a data type workspace, based on the Service/VF workspace, where it is possible to view a data type information. Issue-ID: SDC-4193 Signed-off-by: André Schmid Change-Id: Ica341efa43e70b4ac85d42d22a1397e0ab6e2794 --- .../environments/plugins-configuration.yaml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'integration-tests/environments') diff --git a/integration-tests/environments/plugins-configuration.yaml b/integration-tests/environments/plugins-configuration.yaml index e69de29bb2..3dfa143b4f 100644 --- a/integration-tests/environments/plugins-configuration.yaml +++ b/integration-tests/environments/plugins-configuration.yaml @@ -0,0 +1,32 @@ +pluginsList: + - pluginId: POLICY + pluginDiscoveryUrl: http://192.168.86.21:9090/policy/ + pluginSourceUrl: http://192.168.86.21:9090/policy/ + pluginStateUrl: "policy" + pluginDisplayOptions: + tab: + displayName: "POLICY" + displayRoles: ["DESIGNER"] + - pluginId: POLICY_LIST + pluginDiscoveryUrl: http://192.168.86.21:8095/artifact + pluginSourceUrl: http://192.168.86.21:8095/artifact + pluginStateUrl: "policy_list" + pluginDisplayOptions: + context: + displayName: "Apex policy" + displayContext: ["SERVICE"] + displayRoles: ["DESIGNER"] + - pluginId: WORKFLOW + pluginDiscoveryUrl: http://192.168.86.21:8184/workflows + pluginSourceUrl: http://192.168.86.21:8184/workflows + pluginStateUrl: "workflowDesigner" + pluginDisplayOptions: + tab: + displayName: "WORKFLOW" + displayRoles: ["DESIGNER", "TESTER"] + context: + displayName: "Workflow Designer" + displayContext: ["VF"] + displayRoles: ["DESIGNER", "TESTER"] + +connectionTimeout: 1000 -- cgit 1.2.3-korg