diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2020-01-26 11:22:11 +0200 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2020-01-26 11:22:11 +0200 |
commit | 0b738a0f36e4382dbfc237e3dee60fb50eac0b74 (patch) | |
tree | 6919713da9c249201cf041a1159a58f0866a26f8 /vid-webpack-master/cypress | |
parent | 910ebff905e386cbc14422959591e83f5d90233b (diff) |
cypress test - leave only group1 and other will run in groupRemain
Issue-ID: VID-757
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ib4da667cb42d77927a64d18aa7cb81e62e584428
Diffstat (limited to 'vid-webpack-master/cypress')
-rw-r--r-- | vid-webpack-master/cypress/pipeline/group1.txt | 2 | ||||
-rw-r--r-- | vid-webpack-master/cypress/pipeline/group2.txt | 19 | ||||
-rw-r--r-- | vid-webpack-master/cypress/pipeline/run_group2.sh | 13 |
3 files changed, 2 insertions, 32 deletions
diff --git a/vid-webpack-master/cypress/pipeline/group1.txt b/vid-webpack-master/cypress/pipeline/group1.txt index 0b3425060..a9b5aef46 100644 --- a/vid-webpack-master/cypress/pipeline/group1.txt +++ b/vid-webpack-master/cypress/pipeline/group1.txt @@ -6,3 +6,5 @@ cypress/integration/iFrames/collectionResource.e2e.ts cypress/integration/iFrames/commitDialog.e2e.ts cypress/integration/iFrames/drawingBoard.e2e.ts cypress/integration/iFrames/instantiation-templates.e2e.ts +cypress/integration/iFrames/instantiation.templates.modal.e2e.ts +cypress/integration/iFrames/instantiationStatus.e2e.ts diff --git a/vid-webpack-master/cypress/pipeline/group2.txt b/vid-webpack-master/cypress/pipeline/group2.txt deleted file mode 100644 index 7d808dd8a..000000000 --- a/vid-webpack-master/cypress/pipeline/group2.txt +++ /dev/null @@ -1,19 +0,0 @@ -cypress/integration/iFrames/network.popup.e2e.ts -cypress/integration/iFrames/permission.e2e.ts -cypress/integration/iFrames/pnf.e2e.ts -cypress/integration/iFrames/retry.e2e.ts -cypress/integration/iFrames/searchExistingInstance.e2e.ts -cypress/integration/iFrames/service.popup.e2e.ts -cypress/integration/iFrames/serviceWithNetwork.e2e.ts -cypress/integration/iFrames/serviceWithVnfNetwork.e2e.ts -cypress/integration/iFrames/softDeleteAndResume.e2e.ts -cypress/integration/iFrames/tenantIsolation.e2e.ts -cypress/integration/iFrames/viewEdit.e2e.ts -cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts -cypress/integration/iFrames/viewOnlyDrawingBoard.e2e.ts -cypress/integration/iFrames/vnf.popup.e2e.ts -cypress/integration/iFrames/vnfGroups.e2e.ts -cypress/integration/iFrames/vrf.e2e.ts -cypress/integration/iFrames/welcomePage.e2e.ts -cypress/integration/shared/error.message.popup.e2e.ts -cypress/integration/shared/spinner.e2e.ts diff --git a/vid-webpack-master/cypress/pipeline/run_group2.sh b/vid-webpack-master/cypress/pipeline/run_group2.sh deleted file mode 100644 index edee7efac..000000000 --- a/vid-webpack-master/cypress/pipeline/run_group2.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -. $HOME/.nvm/nvm.sh - -set -x - -CYPRESS_HOME_DIR=$1 -TESTS_GROUP_FILE=cypress/pipeline/group2.txt - -cd ${CYPRESS_HOME_DIR} - -cat ${TESTS_GROUP_FILE} -npm run cypress:headless --max-old-space-size=4096 -- --spec=$(cat ${TESTS_GROUP_FILE} | tr '\n' ',') |