feat: add testing pattern guides (contract, scenario, progression)#43
Open
feat: add testing pattern guides (contract, scenario, progression)#43
Conversation
f9cf254 to
bdb9815
Compare
Adds 3 testing guides to databricks-apps/references/appkit/: - contract-testing.md: PACT-style contract tests for cross-boundary data validation (frontend↔server, server↔lakebase, job↔job) - scenario-testing.md: Playwright e2e tests parameterized by JSON cases using the pw-evals pattern (public/private split) - testing-patterns.md: 5-level testing progression from smoke tests (mandatory) through unit, contract, scenario, to eval pipeline Updates SKILL.md Required Reading table with all three.
8fabdf2 to
e3fe71a
Compare
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
Stacked on #41 (proto-first reference).
Adds 3 testing pattern guides to
databricks-apps/references/appkit/:1. contract-testing.md
PACT-style contract tests for AppKit apps. Covers:
2. scenario-testing.md
Playwright e2e tests using the pw-evals pattern. Covers:
3. testing-patterns.md
5-level testing progression. Covers:
appkit init)Also updates SKILL.md Required Reading table with all three guides.
Documentation safety checklist