diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-03-24 11:27:43 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-03-25 07:21:06 +0000 |
commit | 6de0954fbde0a78ea1084248a59cdb7f5c0a18e4 (patch) | |
tree | 24bb801073fd0c49fb8b045d06d39ce85381b632 /integration-tests/src/test/resources/ci/conf | |
parent | 908c0f0e5a3d1ae44de93b06d61e54869831415e (diff) |
Implement 'Import VFC' UI test
Change-Id: I1eb9c5f458f3861d21e37e0b5d0e2ef63862e97b
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3531
Diffstat (limited to 'integration-tests/src/test/resources/ci/conf')
-rw-r--r-- | integration-tests/src/test/resources/ci/conf/sdc-conf.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml index e4b07d36ee..eb20978ad6 100644 --- a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml +++ b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml @@ -3,18 +3,17 @@ url: http://sdc-sim:8080/sdc1 remoteTestingMachineIP: 127.0.0.1 remoteTestingMachinePort: 4444 remoteTesting: true -useBrowserMobProxy: false -captureTraffic: false downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation -uiSimulator: true #### Local Front end testing #url: http://localhost:8285/sdc1 #remoteTesting: false -#useBrowserMobProxy: false -#captureTraffic: false #downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation -#uiSimulator: true + +##################### +useBrowserMobProxy: false +captureTraffic: false +uiSimulator: true #### Backend Testing outputFolder: target |