Add group2 to Cypress test-groups 81/109681/5
authorIttay Stern <ittay.stern@att.com>
Tue, 30 Jun 2020 12:52:31 +0000 (15:52 +0300)
committerIttay Stern <ittay.stern@att.com>
Wed, 1 Jul 2020 12:42:13 +0000 (15:42 +0300)
Issue-ID: VID-647

Change-Id: Iacad92c927f2f24d2fe22c829a7aa4cb72fad57e
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-webpack-master/cypress/pipeline/group1.txt
vid-webpack-master/cypress/pipeline/group2.txt [new file with mode: 0644]
vid-webpack-master/cypress/pipeline/run_group2.sh [new file with mode: 0644]

index a9b5aef..c699190 100644 (file)
@@ -1,7 +1,4 @@
-cypress/integration/iFrames/ala-carte.e2e.ts
-cypress/integration/iFrames/auditInfo.modal.e2e.ts
 cypress/integration/iFrames/browse-sdc.e2e.ts
-cypress/integration/iFrames/changeManagement.e2e.ts
 cypress/integration/iFrames/collectionResource.e2e.ts
 cypress/integration/iFrames/commitDialog.e2e.ts
 cypress/integration/iFrames/drawingBoard.e2e.ts
diff --git a/vid-webpack-master/cypress/pipeline/group2.txt b/vid-webpack-master/cypress/pipeline/group2.txt
new file mode 100644 (file)
index 0000000..97ffeba
--- /dev/null
@@ -0,0 +1,9 @@
+cypress/integration/iFrames/pnf.e2e.ts
+cypress/integration/iFrames/permission.e2e.ts
+cypress/integration/iFrames/auditInfo.modal.e2e.ts
+cypress/integration/iFrames/ala-carte.e2e.ts
+cypress/integration/iFrames/changeManagement.e2e.ts
+cypress/integration/iFrames/vnfGroups.e2e.ts
+cypress/integration/iFrames/serviceWithNetwork.e2e.ts
+cypress/integration/iFrames/serviceWithVnfNetwork.e2e.ts
+cypress/integration/iFrames/viewEdit.e2e.ts
diff --git a/vid-webpack-master/cypress/pipeline/run_group2.sh b/vid-webpack-master/cypress/pipeline/run_group2.sh
new file mode 100644 (file)
index 0000000..edee7ef
--- /dev/null
@@ -0,0 +1,13 @@
+#!/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' ',')