test(playwright): convert and create new dataset list playwright tests (#36196)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Joe Li
2025-12-16 11:07:11 -08:00
committed by GitHub
parent 821b259805
commit d0361cb881
24 changed files with 1778 additions and 111 deletions

View File

@@ -117,6 +117,19 @@ testdata() {
say "::endgroup::"
}
playwright_testdata() {
cd "$GITHUB_WORKSPACE"
say "::group::Load all examples for Playwright tests"
# must specify PYTHONPATH to make `tests.superset_test_config` importable
export PYTHONPATH="$GITHUB_WORKSPACE"
pip install -e .
superset db upgrade
superset load_test_users
superset load_examples
superset init
say "::endgroup::"
}
celery-worker() {
cd "$GITHUB_WORKSPACE"
say "::group::Start Celery worker"