feat(ts): p1 advanced scenario suite#135
Merged
Merged
Conversation
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.
What
Adds the TypeScript P1 advanced scenario suite for drag and drop, hovers, context menu, browser downloads, shadow DOM, sortable tables, geolocation, infinite scroll, floating menu, notification messages, challenging DOM, and horizontal slider coverage. Updates the scenario catalog and generated matrices to reflect the new TypeScript coverage.
Why
Covers Phase 8 P8.1 and proposal R19 by extending the modern Playwright track beyond the P0 baseline while keeping stack-specific coverage explicit in the catalog.
Verification
rtk python3 tools/check-scenarios.py --write-matrix && rtk git diff --exit-code -- docs/scenario-matrix.md
cd stacks/ts-playwright && rtk npm run typecheck
cd stacks/ts-playwright && rtk npm run lint
cd stacks/ts-playwright && rtk npm run format:check
rtk npx --yes markdownlint-cli2@0.23.0 README.md docs/scenario-matrix.md stacks/ts-playwright/README.md
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npx playwright test --project=chromium --grep '@desktop'
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npm run test:chromium
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npx playwright test --project=firefox --grep-invert '@http|@not-ci|@flaky-demo'
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npx playwright test --project=webkit --grep-invert '@http|@not-ci|@flaky-demo'
Out of scope
P2 flake lab scenarios and Java/Python selected P1 ports remain for later Phase 8 PRs.