docs: README update#4
Merged
Merged
Conversation
Restructures the README so a recruiter or hiring manager can grok the project in 30 seconds while still having full reference material below. - New "At a glance" table up top with concrete stats: 73 tests · 4 browsers · 4-shard CI · 1.5 min suite. - New "What this project demonstrates" callout — test architecture, CI engineering, observability, dev ergonomics — tied to SDET hiring criteria without sounding pleading. - Live dashboard link to the GitHub Pages deploy. - Accurate description of post-merge state: web-first assertions, Locator-first POs, getByRole/Label, factory fixtures, tag taxonomy (smoke/critical/regression/flaky/slow), test.step() usage, storageState pattern, sharded CI with shard-merge step. - New "CI strategy" section with an ASCII pipeline so reviewers can see the matrix → artifacts → merge → deploy flow at a glance. - Trimmed the deploy table and the static-mode feature comparison — details still in the workflow file and export script for anyone who wants them. Net: -49 lines, much higher information density up top. Note: this PR describes the state after #1, #2, #3 land. Merge after those three. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-polish # Conflicts: # README.md
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.
Summary
Restructures the README so a recruiter or hiring manager can grok the project in 30 seconds while still keeping full reference material below.
Net diff: +229 / -278 (much higher info density up top).
Caveat
This PR describes the project as it will be after #1, #2, #3 land. Merge after those three so the README and the code agree.
Test plan
🤖 Generated with Claude Code