ark-chainsaw-testing

Run and write Chainsaw e2e tests for Ark resources.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ark-chainsaw-testing" with this command: npx skills add mckinsey/agents-at-scale-ark/mckinsey-agents-at-scale-ark-ark-chainsaw-testing

Ark Chainsaw Testing

Run and write Chainsaw e2e tests for Ark resources.

Running Tests

Run all standard tests

(cd tests && chainsaw test --selector 'standard')

Run specific test

chainsaw test ./tests/query-parameter-ref --fail-fast

Debug mode - keep resources on failure

chainsaw test ./tests/query-parameter-ref --skip-delete --pause-on-failure

Writing Tests

Reference tests/CLAUDE.md for comprehensive patterns.

For a complete working example that shows the correct patterns for writing tests, see examples.md.

Test Structure

tests/my-test/ ├── chainsaw-test.yaml # Test definition ├── mock-llm-values.yaml # Mock LLM config (if needed) ├── README.md # Required documentation └── manifests/ ├── a03-model.yaml # Model before Agent ├── a04-agent.yaml # Agent before Query └── a05-query.yaml # Query last

Environment Variables

For real LLM tests (not mock-llm):

export E2E_TEST_AZURE_OPENAI_KEY="your-key" export E2E_TEST_AZURE_OPENAI_BASE_URL="your-endpoint"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

ark-research

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ark-pentest-issue-resolver

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ark setup

No summary provided by upstream source.

Repository SourceNeeds Review
Security

ark-vulnerability-fixer

No summary provided by upstream source.

Repository SourceNeeds Review