File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9696 - name : Add test results to summary
9797 if : ${{ !cancelled() && steps.run-playwright-tests.outcome == 'failure' }}
9898 run : |
99- echo "### Results for PHP ${{ matrix.php_version }} and WP ${{ matrix.wp_version || 'latest' }}" >> $GITHUB_STEP_SUMMARY
10099 echo "${{ steps.mto.outputs.body }}" >> $GITHUB_STEP_SUMMARY
100+ echo "Report: [playwright-report-php_${{ matrix.php_version }}-wp_${{ env.WP_VERSION }}-${{ env.VERSION_SUFFIX }}.zip](${{ steps.artifact-upload-step.outcome.artifact-url}})"
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class StkReporter implements Reporter {
114114
115115Failed Tests:
116116${ unexpectedTestTitles . join ( '\n' ) }
117+
117118`
118119
119120 const folderPath = path . resolve ( this . outputFolder )
You can’t perform that action at this time.
0 commit comments