phpunit-test-runner
phpunit-test-runner copied to clipboard
Environment information collection happens via a string replacement on https://github.com/WordPress/phpunit-test-runner/blob/master/prepare.php#L91. This means that if the comments in `wp-tests-config-sample.php` are changed in core, environment reporting in the test runner breaks. This...
Both [WordPress core](https://github.com/WordPress/wordpress-develop/tree/master/tests/e2e) and the [Gutenberg project](https://github.com/WordPress/gutenberg/tree/master/packages/e2e-tests) support End to End tests. The test runner should support them for distributed tests as well.
I noticed that running `php test.php` downloads PHPUnit on every run, even if phpunit is already in the system and even if phpunit.phar has already been downloaded. ``` $ phpunit...
This is more of a feature request, and may be similar to issues #1 and #6, but I feel the scope may be different then the resolutions mentioned there. I...
Create example test scripts for the test runner to add to the hosting handbook https://make.wordpress.org/hosting/handbook/
When a test runner executes the tests for the first time, they may find one or more failures. We should document what they should do in this case.
> danielbachhuber [10:17 AM] I'd like to spend a little bit of time looking at the "slow" and "risky" tests to see if we can do anything about them >...
Requesting your bot user to be added to this WordPress.org site [as a “Test Reporter”](https://make.wordpress.org/hosting/test-results/). For more information, please visit the [Getting Started](https://make.wordpress.org/hosting/test-results-getting-started/) Guide or the [Hosting Handbook](https://make.wordpress.org/hosting/handbook/tests/). **Preconditions Checklist:**...
`php test.php` ran successfully but running `php report.php` is currently giving this issue. Can anyone help out? ```shell [abc@abc phpunit-test-runner]$ php report.php Environment variables pass checks. Getting SVN Revision Getting...
This adds verbose debug flags in case of npm commands hang or behave unexpectedly.