dev-docs: pull web/server testing pages, update e2e standards#1061
Merged
Conversation
Contributor
Author
|
@Svanvith |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the developer documentation around web/server testing by removing the in-repo “Running tests” page and switching to pulling the authoritative testing docs from the web and opencloud repositories at build time (via git-batch). It also refreshes the Web E2E testing standards page to match the current Playwright + playwright-bdd structure.
Changes:
- Removed
docs/dev/web/testing/running-tests.mdand switched to pulling web/server testing docs intodocs/dev/web/testing/running-testsanddocs/dev/server/testing. - Updated the E2E testing standards page to reflect the updated folder structure and step-definition patterns.
- Updated ignore configuration to exclude the pulled-in docs from formatting/linting.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/dev/web/testing/running-tests.md | Deleted in-repo page in preparation for using pulled-in testing docs. |
| docs/dev/web/testing/e2e-testing-standards.md | Updated E2E standards and examples to align with the current Playwright/playwright-bdd layout. |
| .prettierignore | Excludes pulled-in docs from Prettier formatting runs. |
| .markdownlint-cli2.jsonc | Excludes pulled-in docs from markdownlint runs. |
| .gitignore | Ignores pulled-in docs directories so they’re not committed. |
| .batchfile | Adds git-batch sources/targets for web and server testing documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
v-scharf
force-pushed
the
sync-web-server-testing-docs
branch
from
July 22, 2026 13:12
f6a4e9a to
01b2c87
Compare
JammingBen
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
web-testing-docs→docs/dev/web/testing/running-testsandserver-testing-docs→docs/dev/server/testingto get test docs for web and serverrelated opencloud-eu/opencloud#3164 and opencloud-eu/web#2938
Result (built locally):

