Add browser coverage for human-readable routes - #252
Open
snowyukitty wants to merge 1 commit into
Open
Conversation
MattIPv4
reviewed
Jul 30, 2026
MattIPv4
left a comment
Member
There was a problem hiding this comment.
Thanks for working on this! Instead of unstable_dev, I wonder if we can use the new createTestHarness designed for use w/ Playwright etc.? https://developers.cloudflare.com/changelog/post/2026-07-21-integration-test-harness/
Member
There was a problem hiding this comment.
Instead of a dedicated spec file for the human outputs, I think it'd be good to include this as part of the existing spec files for each route, if possible? Or, if not, at least have a dedicated browser spec file alongside each existing route/spec?
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.
Type of Change
What issue does this relate to?
Fixes #188
What should this PR do?
/api?output=humandocumentation and/libraries/backbone.js/1.1.0?output=humanversion page with accessible roles and labels.Source Mapsfilter and checking the resulting file links.What are the acceptance criteria?
npm testnpm run test:browsernpm run lintnpm run typesnpx wrangler deploy --dry-runThis adds test coverage and cross-platform build normalization; it does not change the rendered UI, so before/after screenshots are not applicable.