Changeset 9884 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/readme.txt
- Timestamp:
- 05/19/2020 05:33:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/readme.txt
r6262 r9884 1 1 === PHPUnit Test Reporter === 2 Contributors: octalmage, danielbachhuber 2 Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle 3 3 Tags: phpunit 4 4 Requires at least: 4.7 5 Tested up to: 4.86 Stable tag: 0.1. 05 Tested up to: 5.4.1 6 Stable tag: 0.1.2 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 == Description == 13 13 14 Captures and displays test results from the PHPUnit Test Runner14 Captures and displays test results from the [PHPUnit Test Runner](https://github.com/WordPress/phpunit-test-runner). 15 15 16 16 For more details, [please read through the project overview](https://make.wordpress.org/hosting/test-results-getting-started/). 17 18 == Contributing == 19 20 There’s a Docker environment with several tools built in for testing. 21 To configure it, run `make` and it will automatically run `docker-compose`. 22 After that, to view the test environment, visit http://localhost:8080. 23 24 Usage: 25 - `make` or `make start`: Builds a Docker environment for testing. 26 - `make stop`: Stops Docker test environment. 27 - `make shell`: SSH to Docker test environment. 28 - `make test`: Runs `php-unit` and `phpcs` in Docker test environment. 29 30 There is also a [Grunt](https://gruntjs.com/) command for updating the `README.md` file for Github 31 after updating `readme.txt`. 32 33 Usage: 34 - `npm install`: Installs necessary dependencies. 35 - `grunt readme`: Generates `README.md` with 36 `[grunt-wp-readme-to-markdown](https://github.com/stephenharris/wp-readme-to-markdown)`. 17 37 18 38 == Changelog == … … 20 40 = 0.1.0 (August 21st, 2017) = 21 41 * Initial release. 42 43 = 0.1.1 (May 12th, 2020) = 44 * Updates for coding standards. 45 * Update local and Travis CI builds. 46 * Reduce number of revisions in index, while increasing max reporters shown. 47 * Add contributor documentation. 48 49 = 0.1.2 (May 18th, 2020) = 50 * Only report result status when tests were actually run. Port of 51 [meta #7227](https://meta.trac.wordpress.org/changeset/7227) to plugin. 52 * Upgrade packages for `grunt readme` to Grunt ^1.1.0 and 53 grunt-wp-readme-to-markdown ^2.0.1, and update plugin version in `package.json`. 54 * Upgrade Docker environment to use `wordpress:5.4.1-php7.4` image. 55 * Correct contributor list in `readme.txt` and update `README.md`.
Note: See TracChangeset
for help on using the changeset viewer.