Build/Test Tools: Add end-to-end (e2e) tests README.md.

Adds a readme to the `/tests/e2e/` folder to provide (a) instructions of how to run the tests locally and (b) links to documentation.

Follow-up to [45570].

Props isabel_brison, desrosj, justinahinon.
Fixes #53550.
Built from https://develop.svn.wordpress.org/trunk@51904


git-svn-id: http://core.svn.wordpress.org/trunk@51497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2021-10-12 18:52:00 +00:00
parent 1020306fe9
commit d2694aa466

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51903';
$wp_version = '5.9-alpha-51904';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.