File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # This does the following:
2+ # 1. Detects modified plugins that have .wp-env.json configuration
3+ # 2. Runs Playwright E2E tests on those plugins using the custom action
4+ # 3. Creates a matrix job for each plugin that has a quality configuration
5+ # Bonus: This means you can have plugin specific badges e.g.
6+ # [](https://github.com/wpengine/hwptoolkit/actions)
7+
8+
19name : End-to-End Tests
210
311on :
Original file line number Diff line number Diff line change 1515[ ![ Testing Integration] ( https://img.shields.io/github/check-runs/wpengine/hwptoolkit/main?checkName=hwp-previews%20codeception%20tests&label=Automated%20Tests )] ( https://github.com/wpengine/hwptoolkit/actions )
1616[ ![ Code Coverage] ( https://img.shields.io/badge/coverage-%3E95%25-brightgreen?label=Code%20Coverage )] ( https://github.com/wpengine/hwptoolkit/actions )
1717[ ![ Code Quality] ( https://img.shields.io/github/check-runs/wpengine/hwptoolkit/main?checkName=hwp-previews%20php%20code%20quality%20checks&label=Code%20Quality%20Checks )] ( https://github.com/wpengine/hwptoolkit/actions )
18- [ ![ End-to-End Tests] ( https://github.com/wpengine/hwptoolkit/workflows/End-to-End%20Tests/badge.svg )] ( https://github.com/wpengine/hwptoolkit/actions?query=workflow%3A%22End-to-End+Tests%22 )
18+ [ ![ End-to-End Tests] ( https://img.shields.io/github/check-runs/wpengine/hwptoolkit/main?checkName=hwp-previews%20Playwright%20E2E%20Tests&label=End-to-End%20Tests )] ( https://github.com/wpengine/hwptoolkit/actions )
19+
1920-----
2021
2122
You can’t perform that action at this time.
0 commit comments