cat the file

pull/2729/head
filip mertens 3 years ago committed by Aniket
parent a4e76059bd
commit f25e2c4ceb
  1. 1
      apps/remix-ide/ci/browser_test.sh

@ -16,6 +16,7 @@ sleep 5
yarn run build:e2e
grep -IRiL "\'@disabled\': \?true" "dist/apps/remix-ide-e2e/src/tests" | grep "\.spec\|\.test" | sort
grep -IRiL "\'@disabled\': \?true" "dist/apps/remix-ide-e2e/src/tests" | grep "\.spec\|\.test" | sort | circleci tests split
cat dist/apps/remix-ide-e2e/src/tests/runAndDeploy.test.js
TESTFILES=$(grep -IRiL "\'@disabled\': \?true" "dist/apps/remix-ide-e2e/src/tests" | grep "\.spec\|\.test" | sort | circleci tests split )
for TESTFILE in $TESTFILES; do
npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js $TESTFILE --env=$1 || TEST_EXITCODE=1

Loading…
Cancel
Save