From dfe267caaa00d9c12e8c8c466109aa90b399b7df Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 15 Nov 2022 22:36:21 -0500 Subject: [PATCH] docs --- spiffworkflow-frontend/bin/run_cypress_tests_locally | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spiffworkflow-frontend/bin/run_cypress_tests_locally b/spiffworkflow-frontend/bin/run_cypress_tests_locally index 7416dac93..cf4db6387 100755 --- a/spiffworkflow-frontend/bin/run_cypress_tests_locally +++ b/spiffworkflow-frontend/bin/run_cypress_tests_locally @@ -7,6 +7,9 @@ function error_handler() { trap 'error_handler ${LINENO} $?' ERR set -o errtrace -o errexit -o nounset -o pipefail +# see also: npx cypress run --env grep="can filter",grepFilterSpecs=true +# https://github.com/cypress-io/cypress/tree/develop/npm/grep#pre-filter-specs-grepfilterspecs + command="${1:-}" if [[ -z "$command" ]]; then command=open