-
Notifications
You must be signed in to change notification settings - Fork 7
test: isolate Playwright tests #102
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
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
angeloashmore
added a commit
that referenced
this pull request
Jan 29, 2025
* feat: init v2 * docs: reword message * feat: reconfigure `package.json` and `vite.config.ts` * chore: use exact dev version * docs: add missing TSDoc * test: add PrismicNextLink tests * test: more APIs * ci: use modern Node.js versions * ci: use latest Node.js for single-Node.js jobs * chore: fix eslint setup * ci: simplify workflow * ci: don't fail fast * test: fix for Node 18 compat * chore: remove unused asset * chore: stuff * feat: base setup * test: add full preview test * test: add all tests * ci: fix env secret name * ci: trigger * ci: use different env var * ci: add Prismic auth * ci: fix secrets * tests: fix deps * ci: use unique playwright report name * test: fix Node.js 18 compat * chore: remove unused vitest deps * ci: adjust workflow * ci: remove Codecov * test: isolate Playwright tests (#102) * test: isolate Playwright tests * ci: try multiple workers * feat: attempt persisted, shared repository * test: implement own prismic client * test: remove slice machine from e2e projects * test: create storage state file on start * test: remove console.log * test: isolate xsrf token * test: fix preview tests * test: refactor * test: add teardown * chore: use workspaces * ci: fix installation * ci: run size-limit maybe? * chore: update infra * feat: cleanup * fix: remove PR template * test: refactor infra organization * test: fix setup/teardown test filters * fix: preview reloading with pages router * ci: use correct env var name and remove npm token * ci: replace last remaining _USERNAME var * test: add Next.js 14 test projects * chore: update `package-lock.json` * test: use correct Next.js config file format * test: add `experimental.outputFileTracingRoot` to Next.js 14 projects * chore: release alpha as major * test: remove Next.js 14 test apps * test: increase timeout * fix: use `redirect: "manual"` * docs: remove irrelevant TSDocs * chore(release): 2.0.0-alpha.0 * fix: don't hard-refresh the page on preview updates * chore(release): 2.0.0-alpha.1 * fix: treat `PrismicNextImage` as a server component * Revert "fix: treat `PrismicNextImage` as a server component" This reverts commit 9acfdc2. * chore: clean up peer dependency versions * fix: use `FC` over `JSX` to support React 18 * chore(release): 2.0.0-alpha.2 * feat: forward ref to `<PrismicNextImage>`
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.
Types of changes
Description
Checklist: