aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/pipeline/run_group2.sh
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2020-01-26 11:22:11 +0200
committerEylon Malin <eylon.malin@intl.att.com>2020-01-26 11:22:11 +0200
commit0b738a0f36e4382dbfc237e3dee60fb50eac0b74 (patch)
tree6919713da9c249201cf041a1159a58f0866a26f8 /vid-webpack-master/cypress/pipeline/run_group2.sh
parent910ebff905e386cbc14422959591e83f5d90233b (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/pipeline/run_group2.sh')
-rw-r--r--vid-webpack-master/cypress/pipeline/run_group2.sh13
1 files changed, 0 insertions, 13 deletions
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' ',')