testing Skill
Test patterns, fixture structure, and when to use E2E vs unit tests. Published by microsoft in webui.
What is testing Skill?
Test patterns, fixture structure, and when to use E2E vs unit tests. Published by microsoft in webui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Testing use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use testing Skill
- Use it for testing.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/webui
- Skill file: .github/skills/testing/SKILL.md
What it does
Test patterns, fixture structure, and when to use E2E vs unit tests.
Skill instructions
Testing Use this skill when writing or modifying tests in this repository. Rust crate tests Unit tests live alongside code in [cfg(test)] modules. Integration tests go in each crate's tests/ directory. bash cargo test -p microsoft-webui-handler one crate cargo test --workspace all crates cargo xtask test via xtask (part of quality gate) Every code change ships with tests: | Change type | Requirement | |-------------|-------------| | New public API | At least one unit test per function/method | | Bug fix | Regression test that fails without the fix | | Performance change | Benchmark comparison (before/after) | | Refactor | Existing tests pass unchanged | Never remove, weaken, or [ignore] an existing test unless explicitly asked. Shared test utilities (webui-test-utils) The webui-test-utils crate provides common Rust test helpers, builders, and fixtures. Check it before writing new helpers - avoid duplicating across crates. toml [dev-dependencies] webui-test-utils = { path = "../webui-te
Explore related resources
Frequently asked questions
What is testing?
testing is a open-source AI agent skill with Copy skill directory. Test patterns, fixture structure, and when to use E2E vs unit tests.
Who is testing best for?
testing is best for reusing agent instructions, scripts, and references, testing workflows, writing workflows.
How do I install testing?
Install or run testing using Copy skill directory. Check testing for the latest setup command.
Is testing actively maintained?
testing may need a closer maintenance check before production use.