We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa4f15 commit 89ced3aCopy full SHA for 89ced3a
apps/remix-ide/ci/browser_test.sh
@@ -18,8 +18,10 @@ node apps/remix-ide/ci/splice_tests.js $2 $3
18
TESTFILES=$(node apps/remix-ide/ci/splice_tests.js $2 $3 | grep -v 'metamask' | circleci tests split --split-by=timings)
19
for TESTFILE in $TESTFILES; do
20
if ! npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch-${1}.js dist/apps/remix-ide-e2e/src/tests/${TESTFILE}.js --env=$1; then
21
+ if ! npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch-${1}.js dist/apps/remix-ide-e2e/src/tests/${TESTFILE}.js --env=$1; then
22
TEST_EXITCODE=1
23
break
24
+ fi
25
fi
26
done
27
0 commit comments