Opened 19 months ago
#61568 new enhancement
Only share Playground testing details when appropriate
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | |
| Focuses: | Cc: |
Description
Follow up to #59416.
When a PR is opened to wordpress-develop, a comment is left detailing how to test the changes in a Playground instance. But this is only necessary when there are changes to the built source of WordPress. For example, changes only to the tests/phpunit directory should not require testing in Playground.
Here's an initial list of files that could potentially result in changes that could benefit from Playground testing:
- The
srcdirectory - The
(package|package-lock).jsonfiles Gruntfile.jstools/webpackwebpack.config.js
Limiting when the bot comments will help limit noise on PRs and avoid confusion about how to test certain changes.
Note: See
TracTickets for help on using
tickets.