mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
build: enable Cypress tests for visualizations (#10206)
This commit is contained in:
2
.github/workflows/bashlib.sh
vendored
2
.github/workflows/bashlib.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user