test(native filter): add new test for dependent filter (#19392)

* add new test for dependent filter
This commit is contained in:
Jinghuayao
2022-04-01 01:06:48 -07:00
committed by GitHub
parent eab9388f7c
commit 2a75e4c3c3
6 changed files with 292 additions and 29 deletions

View File

@@ -41,7 +41,7 @@ ADMIN_PASSWORD="admin"
# If Cypress run overwrite the password for admin and export env variables
if [ "$CYPRESS_CONFIG" == "true" ]; then
ADMIN_PASSWORD="general"
export SUPERSET_CONFIG=tests.superset_test_config
export SUPERSET_CONFIG=tests.integration_tests.superset_test_config
export SUPERSET_TESTENV=true
export SUPERSET__SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://superset:superset@db:5432/superset
fi