Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
databricks
/
appkit
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
92
Code
Issues
7
Pull requests
28
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(appkit): add testing kit
- #530
#530
Open
IamGalymzhan
wants to merge 26 commits into
main
databricks/appkit:main
from
feat/testing-kit
databricks/appkit:feat/testing-kit
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
feat(appkit): add testing kit
#530
IamGalymzhan
wants to merge 26 commits into
main
databricks/appkit:main
from
feat/testing-kit
databricks/appkit:feat/testing-kit
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2026
feat(appkit): make PluginContext telemetry injectable
Show description for 1b38046
IamGalymzhan
committed
1b38046
View commit details
Copy full SHA for 1b38046
Browse repository at this point
feat(appkit): ship @databricks/appkit/testing and migrate first stub
Show description for dd503f5
IamGalymzhan
committed
dd503f5
View commit details
Copy full SHA for dd503f5
Browse repository at this point
test(appkit): migrate route-handler-errors context stub to mockPluginContext
Show description for 55859c8
IamGalymzhan
committed
55859c8
View commit details
Copy full SHA for 55859c8
Browse repository at this point
docs(appkit): document the testing kit and ship a template example test
Show description for 4d37d5e
IamGalymzhan
committed
4d37d5e
View commit details
Copy full SHA for 4d37d5e
Browse repository at this point
docs(appkit): fix testing-kit examples to instantiate the plugin class
Show description for 5821f6b
IamGalymzhan
committed
5821f6b
View commit details
Copy full SHA for 5821f6b
Browse repository at this point
refactor(appkit): tighten FakeToolResponse so a missing value is a type error
Show description for cc790d0
IamGalymzhan
committed
cc790d0
View commit details
Copy full SHA for cc790d0
Browse repository at this point
refactor(appkit): make tools/test-helpers a shim over the shipped testing kit
Show description for bace753
IamGalymzhan
committed
bace753
View commit details
Copy full SHA for bace753
Browse repository at this point
fix(appkit): normalize CRLF in expectStream SSE parsing; sharpen testing docs
Show description for cfde155
IamGalymzhan
committed
cfde155
View commit details
Copy full SHA for cfde155
Browse repository at this point
Commits on Aug 11, 2026
fix(appkit): resolve repo-wide Biome error blocking CI
Show description for de5b40b
IamGalymzhan
committed
de5b40b
View commit details
Copy full SHA for de5b40b
Browse repository at this point
fix(appkit): address cross-model review findings in the testing kit
Show description for 8acf7ee
IamGalymzhan
committed
8acf7ee
View commit details
Copy full SHA for 8acf7ee
Browse repository at this point
chore(appkit): drop knip vitest-ignore now that vitest is a real peer dep
Show description for 9297c73
IamGalymzhan
committed
9297c73
View commit details
Copy full SHA for 9297c73
Browse repository at this point
fix(appkit): make vitest a normal dependency, not a package-wide peer
Show description for 3f11ea3
IamGalymzhan
committed
3f11ea3
View commit details
Copy full SHA for 3f11ea3
Browse repository at this point
Commits on Aug 12, 2026
refactor(appkit): rename mockPluginContext to createTestPluginContext
Show description for c2c1aa9
IamGalymzhan
committed
c2c1aa9
View commit details
Copy full SHA for c2c1aa9
Browse repository at this point
refactor(appkit): dedupe testing fixtures and tidy test-plugin-context
Show description for 2564971
IamGalymzhan
committed
2564971
View commit details
Copy full SHA for 2564971
Browse repository at this point
Merge branch 'main' into feat/testing-kit
IamGalymzhan
authored
e02375d
View commit details
Copy full SHA for e02375d
Browse repository at this point
fix(appkit): resolve third-review findings in the testing kit
Show description for 1e28a96
IamGalymzhan
committed
1e28a96
View commit details
Copy full SHA for 1e28a96
Browse repository at this point
test(appkit): dogfood the testing kit on analytics and genie plugins
Show description for 01dd25c
IamGalymzhan
committed
01dd25c
View commit details
Copy full SHA for 01dd25c
Browse repository at this point
Commits on Aug 13, 2026
refactor(appkit): address testing-kit review feedback
Show description for f09ca5d
IamGalymzhan
committed
f09ca5d
View commit details
Copy full SHA for f09ca5d
Browse repository at this point
docs(appkit): move the testing guide under Plugins
Show description for 90288bb
IamGalymzhan
committed
90288bb
View commit details
Copy full SHA for 90288bb
Browse repository at this point
test(appkit): fold dogfood tests into plugin suites
Show description for ac0f0cb
IamGalymzhan
committed
ac0f0cb
View commit details
Copy full SHA for ac0f0cb
Browse repository at this point
test(appkit): restore toHaveLength(1) on the analytics OBO dispatch test
Show description for 1ebdee1
IamGalymzhan
committed
1ebdee1
View commit details
Copy full SHA for 1ebdee1
Browse repository at this point
test(appkit): re-assert genie SSE payloads after the expectStream swap
Show description for 5cdd207
IamGalymzhan
committed
5cdd207
View commit details
Copy full SHA for 5cdd207
Browse repository at this point
Commits on Aug 14, 2026
fix(appkit): drop fabricated workspace-client fields from createMockRequest
Show description for 448947f
IamGalymzhan
committed
448947f
View commit details
Copy full SHA for 448947f
Browse repository at this point
Commits on Aug 18, 2026
chore(appkit): merge origin/main and reconcile with the oxlint toolchain
Show description for 45601bf
IamGalymzhan
committed
45601bf
View commit details
Copy full SHA for 45601bf
Browse repository at this point
Commits on Aug 19, 2026
chore: drop the .claude ignores and restore the client lockfile
Show description for 6d7f5d6
IamGalymzhan
committed
6d7f5d6
View commit details
Copy full SHA for 6d7f5d6
Browse repository at this point
Merge remote-tracking branch 'origin/main' into split/foundation
IamGalymzhan
committed
f70f082
View commit details
Copy full SHA for f70f082
Browse repository at this point
You can’t perform that action at this time.