LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

setup-container-tests - Set up container test structures and configuration

Creates test structure and boilerplate following testing requirements, including Vitest configuration, unit/integration templates, and mocks.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create test directory structure
  • Set up Vitest configuration
  • Create unit test templates
  • Create integration test templates
  • Set up test fixtures
  • Mock external dependencies
  • Test tenant isolation
  • Test event publishing and consuming

Inputs

  • Service source files
  • Module testing requirements
  • Test environment variables

Outputs

  • Vitest configuration file
  • Global test setup file
  • Unit test template files
  • Integration test template files
  • Test fixture files

Requirements

  • Node.js runtime environment
  • Vitest test runner
  • @coder/shared library

Source

  • Spec: SKILL.md
testing
vitest
containers
unit-test
integration-test
Create test directory structure
Set up Vitest configuration
Create unit test templates
Create integration test templates
Service source files
Module testing requirements
Test environment variables
Vitest configuration file
Global test setup file
Unit test template files