E2E: Add Jetpack AI sidebar coverage - #50967
Conversation
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! Jetpack plugin: No scheduled milestone found for this plugin. If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
Code Coverage SummaryThis PR did not change code coverage! That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷 |
Fixes #
Proposed changes
Related product discussion/links
Does this pull request change what data or activity we track or use?
No. This adds automated test coverage and sanitized diagnostic artifacts only.
Testing instructions
projects/plugins/jetpack/tests/e2e, runpnpm typecheck.pnpm lint-file projects/plugins/jetpack/tests/e2e/helpers/jetpack-ai-sidebar-evidence.ts projects/plugins/jetpack/tests/e2e/specs/ai-sidebar/abilities.test.ts projects/plugins/jetpack/tests/e2e/specs/ai-sidebar/evidence.test.ts .github/files/e2e-tests/e2e-matrix.js.pnpm test:run specs/ai-sidebar/evidence.test.ts; the environment prerequisites and evidence collector test should pass.pnpm test:run specs/ai-sidebar/abilities.test.ts --grep "A site without Big Sky updates the selected block with the fallback tool"; the connected-site prerequisites and fallback scenario should pass.MANUAL_SUITEset tostandard-suites,jetpack-ai-sidebar,jetpack-ai-sidebar-post, andjetpack-ai-sidebar-page; the standard selection should exclude both AI jobs and the AI selections should return two, one post, and one page job respectively.gh workflow run e2e-tests.yml --ref add/jetpack-ai-sidebar-e2e -f suite=jetpack-ai-sidebar-post -f wp_version=latest.Current draft status