debug file list

pull/2729/head
filip mertens 2 years ago committed by Aniket
parent 8b532e7769
commit 33e4a1646d
  1. 3
      apps/remix-ide/ci/browser_test.sh

@ -14,7 +14,8 @@ yarn run remixd &
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
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