Fix remaining Markdown line lengths for Codacy compliance

- Break long lines in wiki documentation files
- Improve readability of README.md
- Update PR-DESCRIPTION.md for better formatting
- Fix code-review.md long lines
This commit is contained in:
2025-11-24 21:57:57 +00:00
parent 3b73654202
commit a44826e75e
7 changed files with 73 additions and 23 deletions

View File

@@ -4,7 +4,9 @@ This document outlines how to set up and run tests for our plugin in both single
## Overview
Our plugin is designed to work with both standard WordPress installations and WordPress Multisite. This testing framework allows you to verify functionality in both environments.
Our plugin is designed to work with both standard WordPress installations and WordPress Multisite.
This testing framework allows you to verify functionality in both environments.
## Setting Up the Test Environment
@@ -92,7 +94,9 @@ We use `@wordpress/env` and Cypress for testing our plugin.
## Continuous Integration
We use GitHub Actions to automatically run tests on pull requests. The workflow is defined in `.github/workflows/wordpress-tests.yml` and runs tests in both single site and multisite environments.
We use GitHub Actions to automatically run tests on pull requests.
The workflow is defined in `.github/workflows/wordpress-tests.yml` and runs tests in both environments.
## Writing Tests