feat(ts): flake lab with tagged p2 scenarios#136
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 flake lab with tagged P2 scenarios for disappearing elements, dynamic content, entry ad, exit intent, typos, shifting content, large DOM, JQuery UI menus, and A/B testing. The normal PR slices continue to exclude
@flaky-demoand@not-ci, whiledocs/flakiness-guide.mdexplains when and how to run the lab deliberately.Why
Covers Phase 8 P8.2 and proposal §4/R25 by keeping unstable teaching scenarios available without weakening CI gates.
Verification
rtk python3 tools/check-scenarios.py --write-matrix && rtk git diff --exit-code -- docs/scenario-matrix.md
rtk npx --yes markdownlint-cli2@0.23.0 README.md docs/scenario-matrix.md docs/flakiness-guide.md stacks/ts-playwright/README.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
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npm run test:flake-lab
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npx playwright test --project=chromium --grep-invert '@not-ci|@flaky-demo'
cd stacks/ts-playwright && THE_INTERNET_BASE_URL=http://localhost:7080 rtk npm run test:chromium:smoke
Out of scope
The broader interview and framework-comparison guides remain for P8.3. Selected Java/Python P1 ports remain for P8.4.