From af480dd279488a810247a88c081f20d0e19a0eb7 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 18 Nov 2021 12:52:15 +0100 Subject: [PATCH] test only --- apps/remix-ide/ci/browser_tests_chrome_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/ci/browser_tests_chrome_1.sh b/apps/remix-ide/ci/browser_tests_chrome_1.sh index c415ec2fdc..706f49127b 100755 --- a/apps/remix-ide/ci/browser_tests_chrome_1.sh +++ b/apps/remix-ide/ci/browser_tests_chrome_1.sh @@ -15,7 +15,7 @@ sleep 5 npm run build:e2e -TESTFILES=$(grep -IRiL "disabled" dist/apps/remix-ide-e2e/src/tests | sort | circleci tests split --split-by=timings) +TESTFILES=$(grep -IRiL "disabled" dist/apps/remix-ide-e2e/src/tests/**/*.test.js | sort | circleci tests split --split-by=timings) for TESTFILE in $TESTFILES; do npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js $TESTFILE --env=chrome || TEST_EXITCODE=1 done