Feat: Support for e2e test using Playwright#41
Merged
tushar-prox merged 7 commits intomasterfrom Oct 19, 2025
Merged
Conversation
Collaborator
Author
Test working locally but failing on GitHub due to timeoutTushars-MacBook-Pro:GoTo (feat/e2e-tests) $ npm test
> goto@1.0.3 test
> playwright test
Running 7 tests using 3 workers
✓ 1 tests/e2e/background.spec.js:22:3 › Background messaging › responds to testConfig message (566ms)
✓ 2 tests/e2e/newtab.spec.js:42:3 › New Tab page › loads and shows message and notes widget (612ms)
✓ 3 tests/e2e/options.spec.js:27:3 › Options page › add and display a custom keyword (1.3s)
✓ 4 tests/e2e/newtab.spec.js:49:3 › New Tab page › add a note and persist across reload (1.1s)
✓ 5 tests/e2e/background.spec.js:32:3 › Background messaging › handles refreshConfig message (321ms)
✓ 6 tests/e2e/options.spec.js:41:3 › Options page › add a new Unsplash query and see it listed (531ms)
✓ 7 tests/e2e/options.spec.js:51:3 › Options page › keywords table populated from config (259ms)
7 passed (7.4s)
Tushars-MacBook-Pro:GoTo (feat/e2e-tests) $ |
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
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.
Support for e2e tests