build: enable Cypress tests for visualizations (#10206)

This commit is contained in:
Jesse Yang
2020-06-30 17:10:17 -07:00
committed by GitHub
parent 9664705435
commit 538f7e0f73
3 changed files with 7 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ cypress-run-all() {
nohup flask run --no-debugger -p $port > "$flasklog" 2>&1 < /dev/null &
local flaskProcessId=$!
cypress-run "*/*"
cypress-run "*/**/*"
# Upload code coverage separately so each page can have separate flags
# -c will clean existing coverage reports, -F means add flags