Expert guidance on Swift Testing best practices, patterns, and implementation. Use when developers mention: (1) Swift Testing, @Test, #expect, #require, or @Suite, (2) "use Swift Testing" or...
Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, async testing, and organization. Use when reviewing .swift files with import Testing, @Test, #expect, @Suite, or...
Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or...
A library for snapshot testing in Swift with support for views, images, and custom formats
|
|
|
|
|
|
|
|
Comprehensive testing workflow - unit tests β₯ integration tests β E2E tests
Comprehensive testing workflow - unit tests β₯ integration tests β E2E tests
|
|
|
Create and execute comprehensive testing strategies including unit tests, integration tests, test-driven development, and test coverage analysis. Use when writing tests, implementing TDD, checking...
Testing patterns for behavior-driven tests with proper structure. Use when writing tests or test factories.
Write tests for IntelliFill using Jest (backend) and Vitest (frontend). Use when adding unit tests, integration tests, or component tests.