-
Notifications
You must be signed in to change notification settings - Fork 40
feat: automated UI testing with Playwright #906
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
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5f8b799
test(e2e): add Playwright setup and notebook load spec
vgeorge fbac778
Add Playwright e2e tests with DeckGL canvas interaction support
vgeorge dbfb855
test(e2e): refactor DeckGL helpers and fix optional unproject
vgeorge d4d151d
feat(globe): add GlobeWidget and workspace-based e2e; expose MapLibre…
vgeorge 2ecfc40
test: exclude Playwright e2e tests from vitest
vgeorge d715f73
Merge branch 'main' into feat/playwright-e2e-setup
vgeorge 6cc0130
fix(docs): correct mkdocstrings syntax and auto-generate projection t…
vgeorge cdf80b8
fix(docs): add models page to resolve ViewState cross-reference
vgeorge 837c628
fix(docs): restore map.md to main branch version to fix ViewState cro…
vgeorge 3667c59
revert: restore files to main branch versions
vgeorge 9029ff8
feat: add DeckGL ref exposure for Playwright tests
vgeorge 59f17c8
fix: formatting issues on fixture notebook
vgeorge b4316a4
fix: lint
vgeorge 8c490d2
Merge branch 'main' into feat/playwright-e2e-setup
vgeorge 6a53a1a
fix: add comment, update .gitignore
vgeorge f199458
fix: lint
vgeorge 6057d9c
Merge branch 'main' into feat/playwright-e2e-setup
kylebarron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: add comment, update .gitignore
- Loading branch information
commit 6a53a1a11550bd41b6e4f57c928bad6a62e146b6
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,3 +34,5 @@ node_modules | |
| # Playwright test artifacts | ||
| test-results/ | ||
| playwright-report/ | ||
| tests/e2e/fixtures/.ipynb_checkpoints | ||
|
|
||
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.