Skip to content
Snippets Groups Projects
Commit 1d973bca authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #3830 from metabase/reenable_e2e_tests

reenable tests
parents fd02a368 c75b843e
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,13 @@ node-6() {
if is_enabled "jar" || is_enabled "e2e" || is_enabled "screenshots"; then
run_step ./bin/build version frontend sample-dataset uberjar
fi
# if is_enabled "e2e" || is_enabled "compare_screenshots"; then
# USE_SAUCE=true \
# run_step yarn run test-e2e
# fi
# if is_enabled "screenshots"; then
# run_step node_modules/.bin/babel-node ./bin/compare-screenshots
# fi
if is_enabled "e2e" || is_enabled "compare_screenshots"; then
USE_SAUCE=true \
run_step yarn run test-e2e
fi
if is_enabled "screenshots"; then
run_step node_modules/.bin/babel-node ./bin/compare-screenshots
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment