Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring in a few new features: * Ability to specify multiple projects to test, which will be run in parallel if `--verbose` is not used. * Correct handling of tests that use `ARTIFACTS_DIR`. * Correct handling of coverage tests, without having to manually set `COVERAGE_DIR`. * Coverage tests now generate an HTML report by default. Unfortunately, there are some breaking changes here: * The order of the "test" and "project" arguments has changed. * By default the output from PHPUnit or jest will no longer be shown. Run with `--verbose` if you want to see it. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11845458158 Upstream-Ref: Automattic/jetpack@b8f11c6
- Loading branch information