Fix code quality issues: add iframe titles, fix Markdown formatting, update documentation, and clean up test files

This commit is contained in:
2025-04-22 15:03:24 +01:00
parent c37d2975d3
commit 3ca2fe58fa
5 changed files with 24 additions and 29 deletions

View File

@@ -38,6 +38,7 @@ npm run setup:single
```
This will:
1. Start a WordPress single site environment using wp-env
2. Install and activate our plugin
3. Configure WordPress for testing
@@ -50,6 +51,7 @@ npm run setup:multisite
```
This will:
1. Start a WordPress multisite environment using wp-env
2. Install and activate our plugin network-wide
3. Create a test subsite
@@ -158,7 +160,8 @@ describe('WordPress Single Site Tests', () => {
We have GitHub Actions workflows for running tests in CI/CD:
* `.github/workflows/cypress.yml`: Runs Cypress tests
* `.github/workflows/wordpress-tests.yml`: Runs wp-env e2e tests
* `.github/workflows/playground-tests.yml`: Runs Playground e2e tests
* `.github/workflows/phpunit.yml`: Runs PHPUnit tests (coming soon)
## Troubleshooting