Add E2E tests for Usage API.#1066
Conversation
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
|
@rahulsprajapati Just following up on this. Is there more you were wanting to get to here or is this ready for review? |
yes, need to add E2E test for all unchecked todo in description. All checked todo test case are working fine, so if you like we can split this PR in two and you can review this PR for E2E test cases. For remaining ones, we can have another issue/PR which anyone can pickup, If I can't get to it. |
|
Remaining e2e test added. Docs added. |
There was a problem hiding this comment.
Since this PR was opened we've switched from Cypress to Playwright so this file will need migrating to Playwright
|
|
||
| export default [ | ||
| // Global ignores — these directories and config files are skipped entirely. | ||
| // Global ignores — must be a standalone object with only `ignores` to apply globally. |
There was a problem hiding this comment.
Curious on the changes here, was there a bug with this config file?
There was a problem hiding this comment.
Yeah, it was breaking lint lint:fix in local environment.
There was a problem hiding this comment.
Might actually be about "we've switched from Cypress to Playwright" I'll check when I work on update.
Description of the Change
E2E Tests for PR #1060
TODO Tests:
TODO Docs:
Closes #
How to test the Change
Changelog Entry
Credits
Props @rahulsprajapati , ...
Checklist: