docs: Update Playwright test documentation to reflect new scenarios. #25544
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.



This pull request updates Playwright E2E documentation and workflow configuration to reflect new and reorganized tests, as well as to improve workflow path matching. The main changes include the addition of new test cases and scenarios across Discovery, Integration, and Observability documentation, updates to workflow file path patterns, and some content corrections.
Workflow configuration improvements:
pathsandpaths-ignorein.github/workflows/playwright-postgresql-e2e-skip.ymland.github/workflows/playwright-postgresql-e2e.ymlto use consistent double-quoted patterns and include new Playwright doc-generator and docs directories. [1] [2]node-version-filein the Playwright E2E workflow.Discovery documentation updates:
PipelineExecution.spec.tstest (1 test, 5 scenarios).SchemaTable.spec.tsand removed redundant or empty test case rows. [1] [2] [3]Integration documentation updates:
ServiceCreationPermissions.spec.ts(6 tests, 6 scenarios), increasing the overall Integration test count. [1] [2]Observability documentation updates:
TestCaseImportExportBasic.spec.ts(24 tests, 30 scenarios) and updates to test and file counts. [1] [2]TableLevelTests.spec.tsand added a new section forDataQuality.spec.ts. [1] [2]These changes keep the Playwright E2E documentation and workflows up to date with the latest tests and ensure that CI workflows trigger correctly for relevant changes.