Import fork updates and Cypress setup from JackDeveloper1122#24
Closed
adriaandotcom wants to merge 6 commits into
Closed
Import fork updates and Cypress setup from JackDeveloper1122#24adriaandotcom wants to merge 6 commits into
adriaandotcom wants to merge 6 commits into
Conversation
Reconstruct fork changes on top of upstream main, keep pnpm as the package manager, and include script/runtime/UI updates plus new Cypress test setup for review. Co-authored-by: Aljanfa <your-email@example.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Why not #23? |
Contributor
Author
|
@osbre because it took forever, so I asked somebody else to do it. But that one has errors, and yours now does not. So merging yours now. |
Contributor
|
@adriaandotcom Thanks, I'll get the other tasks done today then 👍 |
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.
Summary
JackDeveloper1122/wordpress-pluginfork changes onto a clean branch from upstreammain.cypress/+cypress.config.js) and associated plugin/UI/script/readme updates.pnpmas source of truth (pnpm-lock.yamlupdated), removespackage-lock.json, and ignores it in.gitignore.Security review notes
Test plan
pnpm installpnpm run lint(missing script inpackage.json)vendor/bin/phpunit(suite directs to Pest instead)vendor/bin/pest(fails in local env: Playwright/WordPress browser-test setup issue)pnpm exec cypress run --headless(Cypress runner crash with local Node/tsx loader incompatibility)Co-author
Made with Cursor