Build/Test Tools: Store artefacts of failing E2E test runs.
Modify the E2E workflow to store the screenshots and HTML files generated during failing tests as an artifact in the workflow. No artefact is stored for passing test runs. Props peterwilsoncc, isabel_brison. Fixes #58596. Built from https://develop.svn.wordpress.org/trunk@55991 git-svn-id: http://core.svn.wordpress.org/trunk@55503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
84e9601e5a
commit
bfce1cef9a
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55990';
|
||||
$wp_version = '6.3-alpha-55991';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue