Files
meteor/scripts/admin/browserstack-check.sh
filipenevola 3830c679db Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:39:12 -04:00

12 lines
250 B
Bash
Executable File

#!/usr/bin/env bash
cd ../..
./meteor self-test \
"css hot code push|custom minifier - devel vs prod|versioning hot code push|javascript hot code push|add packages client archs" \
--browserstack \
--retries 2 \
--headless
cd scripts/admin