-
Notifications
You must be signed in to change notification settings - Fork 2
ci: add playground integration tests job #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MarioCadenas
merged 7 commits into
jorge.calvar/add_integration_tests_locally
from
jorge.calvar/add_dev_playground_integration_to_ci
Feb 9, 2026
Merged
ci: add playground integration tests job #88
MarioCadenas
merged 7 commits into
jorge.calvar/add_integration_tests_locally
from
jorge.calvar/add_dev_playground_integration_to_ci
Feb 9, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
calvarjorge
commented
Feb 6, 2026
- Run playground integration tests in the CI (playwright based)
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
pkosiec
reviewed
Feb 6, 2026
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com>
pkosiec
approved these changes
Feb 6, 2026
Member
pkosiec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
095c048
into
jorge.calvar/add_integration_tests_locally
5 checks passed
calvarjorge
added a commit
that referenced
this pull request
Feb 9, 2026
* test: add Playwright integration tests for dev-playground Add comprehensive frontend integration tests using Playwright to verify: - Page navigation and routing - Chart and data visualization rendering - SSE streaming and reconnection - Telemetry and SQL helpers functionality - Console error detection Tests use mocked API responses to verify UI behavior without backend dependencies. Includes test utilities, mock data fixtures, and Playwright configuration. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * test: apply PR feedback - remove unnecessary tests and reorganize utils - Remove navigation.spec.ts (tests router, not AppKit) - Remove 3 tests from smoke.spec.ts (test Dev Playground, not AppKit) - Move test utilities from fixtures/ to utils/ Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * refactor: simplify test navigation by using goto waitUntil option Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * test: update playwright version * ci: add playground integration tests job (#88) * ci: add playground integration tests job Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * chore: trigger CI Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * ci: skip ServiceContext initialization in CI Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * feat: allow passing a WorkspaceClient to createApp for e2e testing Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * chore: trigger CI Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * refactor: move e2e env vars from playwright config to CI workflow Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * docs: regenerate API docs for createApp client param Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> --------- Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> * chore: update CONTRIBUTING.md and playwright config to use DATABRICKS_APP_PORT --------- Signed-off-by: Jorge Calvar <jorge.calvar@databricks.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.