WordPress / phpunit-test-runner

GNU General Public License v2.0
68 stars 64 forks source link

Add `--dont-report-useless-tests` flag by default. #168

Closed costdev closed 2 years ago

costdev commented 2 years ago

Risky tests cause "Failed" statuses on the "Hosting Tests results" page. As these don't provide insight into the functionality of WordPress, they should not be reported by default.

If the reporting of risky tests is desired, a WPT_PHPUNIT_CMD value can be set in .env.

Resolves #167.

pfefferle commented 2 years ago

@costdev thanks a lot for your help!!! I just tested the changes and they seem to fork as expected.