File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ cleanUp () {
9
9
10
10
trap cleanUp EXIT
11
11
12
- # Define reasonable set of browsers in case we are running manually from commandline
13
- if [[ -z " $BROWSERS " ]]
14
- then
15
- BROWSERS=" Chrome"
16
- fi
17
-
18
- if [[ -z " $BROWSERS_E2E " ]]
19
- then
20
- BROWSERS_E2E=" Chrome"
21
- fi
22
-
23
12
ROOT_DIR=` dirname $0 ` /../..
24
13
25
14
cd $ROOT_DIR
@@ -40,7 +29,7 @@ for i in {0..12}
40
29
do
41
30
git checkout -f step-$i
42
31
43
- node_modules/karma/bin/karma start test/karma.conf.js --single-run --browsers= $BROWSERS
44
- node_modules/.bin/protractor test/protractor-conf.js --browser= $BROWSERS_E2E
32
+ node_modules/karma/bin/karma start test/karma.conf.js --single-run
33
+ node_modules/.bin/protractor test/protractor-conf.js
45
34
46
35
done
You can’t perform that action at this time.
0 commit comments