agentic-qe 3.7.8 → 3.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/.claude/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/.claude/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/.claude/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/.claude/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/.claude/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/pr-review/SKILL.md +1 -1
- package/.claude/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/.claude/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/.claude/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/.claude/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/.claude/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/.claude/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/trust-tier-manifest.json +78 -7
- package/CHANGELOG.md +20 -0
- package/assets/skills/a11y-ally/SKILL.md +1664 -1658
- package/assets/skills/a11y-ally/evals/a11y-ally.yaml +376 -0
- package/assets/skills/a11y-ally/schemas/output.json +549 -0
- package/assets/skills/a11y-ally/scripts/validate-config.json +42 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +5 -0
- package/assets/skills/brutal-honesty-review/schemas/output.json +291 -0
- package/assets/skills/brutal-honesty-review/scripts/validate-config.json +34 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +1 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +6 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/scripts/validate-config.json +42 -0
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/assets/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/assets/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/assets/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/assets/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +6 -0
- package/assets/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -0
- package/assets/skills/n8n-expression-testing/schemas/output.json +369 -0
- package/assets/skills/n8n-expression-testing/scripts/validate-config.json +39 -0
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +6 -0
- package/assets/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -0
- package/assets/skills/n8n-integration-testing-patterns/schemas/output.json +291 -0
- package/assets/skills/n8n-integration-testing-patterns/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-security-testing/SKILL.md +6 -0
- package/assets/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -0
- package/assets/skills/n8n-security-testing/schemas/output.json +293 -0
- package/assets/skills/n8n-security-testing/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +6 -0
- package/assets/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -0
- package/assets/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -0
- package/assets/skills/n8n-trigger-testing-strategies/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +6 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/scripts/validate-config.json +35 -0
- package/assets/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/assets/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/pentest-validation/scripts/validate-config.json +12 -0
- package/assets/skills/pr-review/SKILL.md +1 -1
- package/assets/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/assets/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/assets/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/assets/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/assets/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/assets/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -0
- package/assets/skills/qcsd-ideation-swarm/schemas/output.json +568 -0
- package/assets/skills/qcsd-ideation-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-production-swarm/SKILL.md +2781 -0
- package/assets/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -0
- package/assets/skills/qcsd-production-swarm/schemas/output.json +505 -0
- package/assets/skills/qcsd-production-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-refinement-swarm/evals/qcsd-refinement-swarm.yaml +139 -0
- package/assets/skills/qcsd-refinement-swarm/schemas/output.json +811 -0
- package/assets/skills/qcsd-refinement-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/security-visual-testing/scripts/validate-config.json +45 -0
- package/assets/skills/sherlock-review/SKILL.md +5 -0
- package/assets/skills/sherlock-review/schemas/output.json +297 -0
- package/assets/skills/sherlock-review/scripts/validate-config.json +35 -0
- package/assets/skills/testability-scoring/SKILL.md +5 -0
- package/assets/skills/testability-scoring/evals/testability-scoring.yaml +814 -0
- package/assets/skills/testability-scoring/schemas/output.json +606 -0
- package/assets/skills/testability-scoring/scripts/validate-config.json +42 -0
- package/assets/skills/trust-tier-manifest.json +2404 -0
- package/assets/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -0
- package/assets/skills/wms-testing-patterns/schemas/output.json +150 -0
- package/assets/skills/wms-testing-patterns/scripts/validate-config.json +51 -0
- package/dist/benchmarks/performance-benchmarks.js +1 -1
- package/dist/cli/bundle.js +9130 -2283
- package/dist/cli/commands/hooks.d.ts.map +1 -1
- package/dist/cli/commands/hooks.js +92 -0
- package/dist/cli/commands/hooks.js.map +1 -1
- package/dist/cli/commands/migrate.js +2 -2
- package/dist/coordination/constants.d.ts +1 -1
- package/dist/coordination/constants.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js.map +1 -1
- package/dist/domains/coverage-analysis/coordinator.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.js +1 -1
- package/dist/domains/coverage-analysis/services/gap-detector.js +1 -1
- package/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +2 -2
- package/dist/domains/coverage-analysis/services/hnsw-index.js +3 -3
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +1 -1
- package/dist/domains/test-execution/services/test-prioritizer.js +1 -1
- package/dist/domains/test-generation/context/rust-context-builder.d.ts +31 -0
- package/dist/domains/test-generation/context/rust-context-builder.d.ts.map +1 -0
- package/dist/domains/test-generation/context/rust-context-builder.js +27 -0
- package/dist/domains/test-generation/context/rust-context-builder.js.map +1 -0
- package/dist/domains/test-generation/coordinator.js +3 -3
- package/dist/domains/test-generation/coordinator.js.map +1 -1
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts +41 -0
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js +111 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts +22 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.js +37 -0
- package/dist/domains/test-generation/detectors/spring-detector.js.map +1 -0
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts +2 -1
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts.map +1 -1
- package/dist/domains/test-generation/factories/test-generator-factory.js +33 -13
- package/dist/domains/test-generation/factories/test-generator-factory.js.map +1 -1
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js +590 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts +139 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.js +654 -0
- package/dist/domains/test-generation/generators/go-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/index.d.ts +8 -0
- package/dist/domains/test-generation/generators/index.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/index.js +8 -0
- package/dist/domains/test-generation/generators/index.js.map +1 -1
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts +95 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js +591 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.js +588 -0
- package/dist/domains/test-generation/generators/junit5-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts +109 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js +588 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/pytest-generator.d.ts +8 -1
- package/dist/domains/test-generation/generators/pytest-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/pytest-generator.js +57 -0
- package/dist/domains/test-generation/generators/pytest-generator.js.map +1 -1
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts +80 -0
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js +442 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts +97 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js +482 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts +110 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.js +611 -0
- package/dist/domains/test-generation/generators/xunit-generator.js.map +1 -0
- package/dist/domains/test-generation/interfaces.d.ts +11 -2
- package/dist/domains/test-generation/interfaces.d.ts.map +1 -1
- package/dist/domains/test-generation/prompts/language-prompts.d.ts +29 -0
- package/dist/domains/test-generation/prompts/language-prompts.d.ts.map +1 -0
- package/dist/domains/test-generation/prompts/language-prompts.js +135 -0
- package/dist/domains/test-generation/prompts/language-prompts.js.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts +43 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.js +134 -0
- package/dist/domains/test-generation/services/compilation-validator.js.map +1 -0
- package/dist/domains/test-generation/services/index.d.ts +2 -1
- package/dist/domains/test-generation/services/index.d.ts.map +1 -1
- package/dist/domains/test-generation/services/index.js +3 -1
- package/dist/domains/test-generation/services/index.js.map +1 -1
- package/dist/domains/test-generation/services/test-file-resolver.d.ts +32 -0
- package/dist/domains/test-generation/services/test-file-resolver.d.ts.map +1 -0
- package/dist/domains/test-generation/services/test-file-resolver.js +159 -0
- package/dist/domains/test-generation/services/test-file-resolver.js.map +1 -0
- package/dist/domains/test-generation/services/test-generator.d.ts +10 -0
- package/dist/domains/test-generation/services/test-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/services/test-generator.js +87 -10
- package/dist/domains/test-generation/services/test-generator.js.map +1 -1
- package/dist/governance/feature-flags.js +2 -2
- package/dist/governance/feature-flags.js.map +1 -1
- package/dist/governance/shard-embeddings.js +1 -1
- package/dist/init/init-wizard-hooks.d.ts.map +1 -1
- package/dist/init/init-wizard-hooks.js +0 -1
- package/dist/init/init-wizard-hooks.js.map +1 -1
- package/dist/init/phases/07-hooks.d.ts.map +1 -1
- package/dist/init/phases/07-hooks.js +0 -2
- package/dist/init/phases/07-hooks.js.map +1 -1
- package/dist/init/phases/08-mcp.d.ts +8 -4
- package/dist/init/phases/08-mcp.d.ts.map +1 -1
- package/dist/init/phases/08-mcp.js +13 -31
- package/dist/init/phases/08-mcp.js.map +1 -1
- package/dist/init/phases/10-workers.js +2 -2
- package/dist/init/phases/10-workers.js.map +1 -1
- package/dist/init/settings-merge.d.ts.map +1 -1
- package/dist/init/settings-merge.js +0 -2
- package/dist/init/settings-merge.js.map +1 -1
- package/dist/init/token-bootstrap.js +1 -1
- package/dist/init/token-bootstrap.js.map +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js +1 -1
- package/dist/kernel/constants.d.ts +2 -2
- package/dist/kernel/constants.js +2 -2
- package/dist/kernel/hnsw-adapter.js +1 -1
- package/dist/kernel/progressive-hnsw-backend.d.ts +2 -2
- package/dist/kernel/progressive-hnsw-backend.js +2 -2
- package/dist/learning/dream/concept-graph.d.ts +1 -1
- package/dist/learning/dream/concept-graph.js +1 -1
- package/dist/learning/dream/dream-engine.d.ts +1 -1
- package/dist/learning/dream/dream-engine.js +1 -1
- package/dist/learning/dream/index.d.ts +1 -1
- package/dist/learning/dream/index.js +1 -1
- package/dist/learning/dream/types.d.ts +1 -1
- package/dist/learning/dream/types.d.ts.map +1 -1
- package/dist/learning/dream/types.js +1 -1
- package/dist/learning/dream/types.js.map +1 -1
- package/dist/learning/token-tracker.js +1 -1
- package/dist/learning/token-tracker.js.map +1 -1
- package/dist/mcp/bundle.js +7515 -893
- package/dist/routing/qe-agent-registry.js +4 -4
- package/dist/routing/qe-agent-registry.js.map +1 -1
- package/dist/routing/types.d.ts +5 -8
- package/dist/routing/types.d.ts.map +1 -1
- package/dist/routing/types.js.map +1 -1
- package/dist/shared/embeddings/embedding-cache.js +2 -2
- package/dist/shared/embeddings/index.d.ts +2 -2
- package/dist/shared/embeddings/index.js +2 -2
- package/dist/shared/embeddings/nomic-embedder.d.ts +4 -4
- package/dist/shared/embeddings/nomic-embedder.js +2 -2
- package/dist/shared/embeddings/ollama-client.d.ts +1 -1
- package/dist/shared/embeddings/ollama-client.js +2 -2
- package/dist/shared/embeddings/ollama-client.js.map +1 -1
- package/dist/shared/embeddings/types.d.ts +2 -2
- package/dist/shared/embeddings/types.js +2 -2
- package/dist/shared/language-detector.d.ts +46 -0
- package/dist/shared/language-detector.d.ts.map +1 -0
- package/dist/shared/language-detector.js +183 -0
- package/dist/shared/language-detector.js.map +1 -0
- package/dist/shared/llm/providers/ollama.js +1 -1
- package/dist/shared/metrics/code-metrics.d.ts.map +1 -1
- package/dist/shared/metrics/code-metrics.js +24 -1
- package/dist/shared/metrics/code-metrics.js.map +1 -1
- package/dist/shared/parsers/index.d.ts +2 -0
- package/dist/shared/parsers/index.d.ts.map +1 -1
- package/dist/shared/parsers/index.js +2 -0
- package/dist/shared/parsers/index.js.map +1 -1
- package/dist/shared/parsers/interfaces.d.ts +81 -0
- package/dist/shared/parsers/interfaces.d.ts.map +1 -0
- package/dist/shared/parsers/interfaces.js +6 -0
- package/dist/shared/parsers/interfaces.js.map +1 -0
- package/dist/shared/parsers/multi-language-parser.d.ts +144 -0
- package/dist/shared/parsers/multi-language-parser.d.ts.map +1 -0
- package/dist/shared/parsers/multi-language-parser.js +1232 -0
- package/dist/shared/parsers/multi-language-parser.js.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts +45 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js +52 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js.map +1 -0
- package/dist/shared/parsers/typescript-parser.d.ts +16 -0
- package/dist/shared/parsers/typescript-parser.d.ts.map +1 -1
- package/dist/shared/parsers/typescript-parser.js +85 -0
- package/dist/shared/parsers/typescript-parser.js.map +1 -1
- package/dist/shared/types/test-frameworks.d.ts +25 -0
- package/dist/shared/types/test-frameworks.d.ts.map +1 -0
- package/dist/shared/types/test-frameworks.js +111 -0
- package/dist/shared/types/test-frameworks.js.map +1 -0
- package/package.json +1 -1
- package/scripts/prepare-assets.sh +8 -2
package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
skill: enterprise-integration-testing
|
|
2
|
+
version: 1.0.0
|
|
3
|
+
description: >
|
|
4
|
+
Evaluation suite for enterprise integration testing orchestration.
|
|
5
|
+
Tests SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system
|
|
6
|
+
data validation, middleware testing, and enterprise quality gates.
|
|
7
|
+
|
|
8
|
+
models_to_test:
|
|
9
|
+
- claude-3.5-sonnet
|
|
10
|
+
- claude-3-haiku
|
|
11
|
+
|
|
12
|
+
mcp_integration:
|
|
13
|
+
enabled: true
|
|
14
|
+
namespace: skill-validation
|
|
15
|
+
query_patterns: true
|
|
16
|
+
track_outcomes: true
|
|
17
|
+
store_patterns: true
|
|
18
|
+
target_agents:
|
|
19
|
+
- qe-learning-coordinator
|
|
20
|
+
- qe-queen-coordinator
|
|
21
|
+
|
|
22
|
+
learning:
|
|
23
|
+
store_success_patterns: true
|
|
24
|
+
pattern_ttl_days: 90
|
|
25
|
+
|
|
26
|
+
result_format:
|
|
27
|
+
json_output: true
|
|
28
|
+
include_timing: true
|
|
29
|
+
include_token_usage: true
|
|
30
|
+
|
|
31
|
+
setup:
|
|
32
|
+
required_tools:
|
|
33
|
+
- jq
|
|
34
|
+
|
|
35
|
+
test_cases:
|
|
36
|
+
|
|
37
|
+
- id: tc001_sap_rfc_testing
|
|
38
|
+
description: "Generate SAP RFC/BAPI integration test strategy"
|
|
39
|
+
category: sap
|
|
40
|
+
priority: critical
|
|
41
|
+
|
|
42
|
+
input:
|
|
43
|
+
prompt: |
|
|
44
|
+
Generate test strategy for SAP RFC integration that processes
|
|
45
|
+
purchase orders via BAPI_PO_CREATE1 and validates material
|
|
46
|
+
availability through BAPI_MATERIAL_AVAILABILITY.
|
|
47
|
+
context:
|
|
48
|
+
language: typescript
|
|
49
|
+
framework: sap-integration
|
|
50
|
+
|
|
51
|
+
expected_output:
|
|
52
|
+
must_contain:
|
|
53
|
+
- "RFC"
|
|
54
|
+
- "BAPI"
|
|
55
|
+
- "purchase order"
|
|
56
|
+
- "test"
|
|
57
|
+
|
|
58
|
+
validation:
|
|
59
|
+
schema_check: true
|
|
60
|
+
keyword_match_threshold: 0.8
|
|
61
|
+
|
|
62
|
+
- id: tc002_idoc_message_testing
|
|
63
|
+
description: "Generate IDoc message flow test strategy"
|
|
64
|
+
category: sap
|
|
65
|
+
priority: critical
|
|
66
|
+
|
|
67
|
+
input:
|
|
68
|
+
prompt: |
|
|
69
|
+
Create test strategy for IDoc-based order-to-cash flow:
|
|
70
|
+
ORDERS05 IDoc from e-commerce to SAP, DESADV IDoc for shipping,
|
|
71
|
+
INVOIC02 IDoc for billing.
|
|
72
|
+
context:
|
|
73
|
+
language: typescript
|
|
74
|
+
|
|
75
|
+
expected_output:
|
|
76
|
+
must_contain:
|
|
77
|
+
- "IDoc"
|
|
78
|
+
- "message"
|
|
79
|
+
- "validation"
|
|
80
|
+
|
|
81
|
+
validation:
|
|
82
|
+
schema_check: true
|
|
83
|
+
|
|
84
|
+
- id: tc003_odata_contract_testing
|
|
85
|
+
description: "Generate OData service contract tests"
|
|
86
|
+
category: odata
|
|
87
|
+
priority: high
|
|
88
|
+
|
|
89
|
+
input:
|
|
90
|
+
prompt: |
|
|
91
|
+
Create contract tests for SAP OData service /sap/opu/odata/sap/API_SALES_ORDER_SRV
|
|
92
|
+
that validates entity sets, navigation properties, and filter operations.
|
|
93
|
+
context:
|
|
94
|
+
language: typescript
|
|
95
|
+
|
|
96
|
+
expected_output:
|
|
97
|
+
must_contain:
|
|
98
|
+
- "OData"
|
|
99
|
+
- "contract"
|
|
100
|
+
- "entity"
|
|
101
|
+
|
|
102
|
+
validation:
|
|
103
|
+
schema_check: true
|
|
104
|
+
|
|
105
|
+
- id: tc004_cross_system_validation
|
|
106
|
+
description: "Generate cross-system data consistency tests"
|
|
107
|
+
category: cross-system
|
|
108
|
+
priority: high
|
|
109
|
+
|
|
110
|
+
input:
|
|
111
|
+
prompt: |
|
|
112
|
+
Generate tests to validate data consistency between SAP ERP,
|
|
113
|
+
Salesforce CRM, and PostgreSQL data warehouse for customer master data.
|
|
114
|
+
context:
|
|
115
|
+
framework: enterprise
|
|
116
|
+
|
|
117
|
+
expected_output:
|
|
118
|
+
must_contain:
|
|
119
|
+
- "consistency"
|
|
120
|
+
- "validation"
|
|
121
|
+
- "data"
|
|
122
|
+
|
|
123
|
+
validation:
|
|
124
|
+
schema_check: true
|
|
125
|
+
|
|
126
|
+
- id: tc005_enterprise_quality_gate
|
|
127
|
+
description: "Enforce enterprise integration quality gates"
|
|
128
|
+
category: quality-gate
|
|
129
|
+
priority: high
|
|
130
|
+
|
|
131
|
+
input:
|
|
132
|
+
metrics:
|
|
133
|
+
idoc_success_rate: 98.5
|
|
134
|
+
rfc_latency_p99_ms: 2500
|
|
135
|
+
data_consistency: 99.2
|
|
136
|
+
error_handling_coverage: 85
|
|
137
|
+
|
|
138
|
+
expected_output:
|
|
139
|
+
must_contain:
|
|
140
|
+
- "quality"
|
|
141
|
+
- "gate"
|
|
142
|
+
|
|
143
|
+
validation:
|
|
144
|
+
schema_check: true
|
|
145
|
+
|
|
146
|
+
success_criteria:
|
|
147
|
+
pass_rate: 0.9
|
|
148
|
+
critical_pass_rate: 1.0
|
|
149
|
+
avg_reasoning_quality: 0.75
|
|
150
|
+
max_execution_time_ms: 300000
|
|
151
|
+
|
|
152
|
+
metadata:
|
|
153
|
+
author: "qe-enterprise-orchestrator"
|
|
154
|
+
created: "2026-03-05"
|
|
155
|
+
coverage_target: >
|
|
156
|
+
Enterprise integration testing with 5 test cases covering SAP RFC/BAPI,
|
|
157
|
+
IDoc message flows, OData contract testing, cross-system validation,
|
|
158
|
+
and enterprise quality gates.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/enterprise-integration-testing-output.json",
|
|
4
|
+
"title": "Enterprise Integration Testing Output Schema",
|
|
5
|
+
"description": "Schema for enterprise integration testing output. Covers SAP, middleware, WMS, and cross-system validation.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "enterprise-integration-testing"
|
|
12
|
+
},
|
|
13
|
+
"version": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
|
|
16
|
+
},
|
|
17
|
+
"timestamp": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"format": "date-time"
|
|
20
|
+
},
|
|
21
|
+
"status": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": ["success", "partial", "failed", "skipped"]
|
|
24
|
+
},
|
|
25
|
+
"trustTier": {
|
|
26
|
+
"type": "integer",
|
|
27
|
+
"const": 3
|
|
28
|
+
},
|
|
29
|
+
"output": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"required": ["summary", "testStrategy", "systemsCovered"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"summary": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"minLength": 100
|
|
36
|
+
},
|
|
37
|
+
"testStrategy": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"approach": { "type": "string" },
|
|
41
|
+
"testLayers": { "type": "array", "items": { "type": "string" } },
|
|
42
|
+
"integrationPoints": { "type": "array", "items": { "type": "string" } }
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"systemsCovered": {
|
|
46
|
+
"type": "array",
|
|
47
|
+
"items": { "type": "string" }
|
|
48
|
+
},
|
|
49
|
+
"sapTesting": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": {
|
|
52
|
+
"rfcTests": { "type": "array", "items": { "type": "object" } },
|
|
53
|
+
"idocTests": { "type": "array", "items": { "type": "object" } },
|
|
54
|
+
"odataTests": { "type": "array", "items": { "type": "object" } }
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"crossSystemValidation": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"properties": {
|
|
60
|
+
"consistencyChecks": { "type": "array", "items": { "type": "string" } },
|
|
61
|
+
"dataFlowTests": { "type": "array", "items": { "type": "string" } }
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"qualityGates": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"passed": { "type": "boolean" },
|
|
68
|
+
"gates": { "type": "array", "items": { "type": "object" } }
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "enterprise-integration-testing",
|
|
3
|
+
"skillVersion": "1.0.0",
|
|
4
|
+
"requiredTools": [
|
|
5
|
+
"jq"
|
|
6
|
+
],
|
|
7
|
+
"optionalTools": [],
|
|
8
|
+
"schemaPath": "schemas/output.json",
|
|
9
|
+
"requiredFields": [
|
|
10
|
+
"skillName",
|
|
11
|
+
"status",
|
|
12
|
+
"output"
|
|
13
|
+
],
|
|
14
|
+
"requiredNonEmptyFields": [],
|
|
15
|
+
"mustContainTerms": [],
|
|
16
|
+
"mustNotContainTerms": [],
|
|
17
|
+
"enumValidations": {
|
|
18
|
+
".status": [
|
|
19
|
+
"success",
|
|
20
|
+
"partial",
|
|
21
|
+
"failed",
|
|
22
|
+
"skipped"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
skill: middleware-testing-patterns
|
|
2
|
+
version: 1.0.0
|
|
3
|
+
description: >
|
|
4
|
+
Evaluation suite for enterprise middleware testing patterns.
|
|
5
|
+
Tests message routing, transformation, DLQ handling, protocol mediation,
|
|
6
|
+
ESB error handling, and Enterprise Integration Patterns.
|
|
7
|
+
|
|
8
|
+
models_to_test:
|
|
9
|
+
- claude-3.5-sonnet
|
|
10
|
+
- claude-3-haiku
|
|
11
|
+
|
|
12
|
+
mcp_integration:
|
|
13
|
+
enabled: true
|
|
14
|
+
namespace: skill-validation
|
|
15
|
+
query_patterns: true
|
|
16
|
+
track_outcomes: true
|
|
17
|
+
store_patterns: true
|
|
18
|
+
target_agents:
|
|
19
|
+
- qe-learning-coordinator
|
|
20
|
+
- qe-queen-coordinator
|
|
21
|
+
|
|
22
|
+
learning:
|
|
23
|
+
store_success_patterns: true
|
|
24
|
+
pattern_ttl_days: 90
|
|
25
|
+
|
|
26
|
+
result_format:
|
|
27
|
+
json_output: true
|
|
28
|
+
include_timing: true
|
|
29
|
+
include_token_usage: true
|
|
30
|
+
|
|
31
|
+
setup:
|
|
32
|
+
required_tools:
|
|
33
|
+
- jq
|
|
34
|
+
|
|
35
|
+
test_cases:
|
|
36
|
+
|
|
37
|
+
- id: tc001_message_routing_test
|
|
38
|
+
description: "Generate tests for content-based message routing"
|
|
39
|
+
category: routing
|
|
40
|
+
priority: critical
|
|
41
|
+
|
|
42
|
+
input:
|
|
43
|
+
prompt: |
|
|
44
|
+
Generate test strategy for content-based router that routes
|
|
45
|
+
order messages to fulfillment (type=physical), digital delivery
|
|
46
|
+
(type=digital), or subscription service (type=recurring).
|
|
47
|
+
context:
|
|
48
|
+
framework: rabbitmq
|
|
49
|
+
|
|
50
|
+
expected_output:
|
|
51
|
+
must_contain:
|
|
52
|
+
- "routing"
|
|
53
|
+
- "message"
|
|
54
|
+
- "test"
|
|
55
|
+
|
|
56
|
+
validation:
|
|
57
|
+
schema_check: true
|
|
58
|
+
keyword_match_threshold: 0.8
|
|
59
|
+
|
|
60
|
+
- id: tc002_message_transformation
|
|
61
|
+
description: "Test message transformation and mapping correctness"
|
|
62
|
+
category: transformation
|
|
63
|
+
priority: critical
|
|
64
|
+
|
|
65
|
+
input:
|
|
66
|
+
prompt: |
|
|
67
|
+
Create tests for XML-to-JSON transformation pipeline that converts
|
|
68
|
+
SAP IDoc XML into REST API JSON payloads, validating field mapping,
|
|
69
|
+
data type conversion, and null handling.
|
|
70
|
+
|
|
71
|
+
expected_output:
|
|
72
|
+
must_contain:
|
|
73
|
+
- "transform"
|
|
74
|
+
- "mapping"
|
|
75
|
+
- "validation"
|
|
76
|
+
|
|
77
|
+
validation:
|
|
78
|
+
schema_check: true
|
|
79
|
+
|
|
80
|
+
- id: tc003_dlq_handling
|
|
81
|
+
description: "Test dead letter queue processing and retry logic"
|
|
82
|
+
category: dlq
|
|
83
|
+
priority: critical
|
|
84
|
+
|
|
85
|
+
input:
|
|
86
|
+
prompt: |
|
|
87
|
+
Generate tests for DLQ handling: messages that fail 3 retries
|
|
88
|
+
with exponential backoff should land in DLQ, be parseable for
|
|
89
|
+
root cause, and support manual replay.
|
|
90
|
+
context:
|
|
91
|
+
framework: kafka
|
|
92
|
+
|
|
93
|
+
expected_output:
|
|
94
|
+
must_contain:
|
|
95
|
+
- "dead letter"
|
|
96
|
+
- "retry"
|
|
97
|
+
- "backoff"
|
|
98
|
+
|
|
99
|
+
validation:
|
|
100
|
+
schema_check: true
|
|
101
|
+
|
|
102
|
+
- id: tc004_protocol_mediation
|
|
103
|
+
description: "Test protocol mediation between different transports"
|
|
104
|
+
category: mediation
|
|
105
|
+
priority: high
|
|
106
|
+
|
|
107
|
+
input:
|
|
108
|
+
prompt: |
|
|
109
|
+
Create tests for protocol mediation layer that bridges
|
|
110
|
+
SOAP/XML services to REST/JSON APIs, including WSDL validation,
|
|
111
|
+
header mapping, and fault translation.
|
|
112
|
+
|
|
113
|
+
expected_output:
|
|
114
|
+
must_contain:
|
|
115
|
+
- "protocol"
|
|
116
|
+
- "mediation"
|
|
117
|
+
- "SOAP"
|
|
118
|
+
|
|
119
|
+
validation:
|
|
120
|
+
schema_check: true
|
|
121
|
+
|
|
122
|
+
- id: tc005_eip_patterns
|
|
123
|
+
description: "Test Enterprise Integration Patterns implementation"
|
|
124
|
+
category: eip
|
|
125
|
+
priority: high
|
|
126
|
+
|
|
127
|
+
input:
|
|
128
|
+
prompt: |
|
|
129
|
+
Generate tests for EIP patterns: Aggregator (collect 10 messages
|
|
130
|
+
within 30s window), Splitter (break batch into individual items),
|
|
131
|
+
and Scatter-Gather (fan-out to 3 services, merge responses).
|
|
132
|
+
|
|
133
|
+
expected_output:
|
|
134
|
+
must_contain:
|
|
135
|
+
- "aggregator"
|
|
136
|
+
- "splitter"
|
|
137
|
+
- "pattern"
|
|
138
|
+
|
|
139
|
+
validation:
|
|
140
|
+
schema_check: true
|
|
141
|
+
|
|
142
|
+
success_criteria:
|
|
143
|
+
pass_rate: 0.9
|
|
144
|
+
critical_pass_rate: 1.0
|
|
145
|
+
avg_reasoning_quality: 0.75
|
|
146
|
+
max_execution_time_ms: 300000
|
|
147
|
+
|
|
148
|
+
metadata:
|
|
149
|
+
author: "qe-middleware-orchestrator"
|
|
150
|
+
created: "2026-03-05"
|
|
151
|
+
coverage_target: >
|
|
152
|
+
Middleware testing patterns with 5 test cases covering message routing,
|
|
153
|
+
transformation, DLQ handling, protocol mediation, and EIP patterns.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/middleware-testing-patterns-output.json",
|
|
4
|
+
"title": "Middleware Testing Patterns Output Schema",
|
|
5
|
+
"description": "Schema for middleware testing output. Covers message routing, transformation, DLQ, protocol mediation, and EIP patterns.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "middleware-testing-patterns"
|
|
12
|
+
},
|
|
13
|
+
"version": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
|
|
16
|
+
},
|
|
17
|
+
"timestamp": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"format": "date-time"
|
|
20
|
+
},
|
|
21
|
+
"status": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": ["success", "partial", "failed", "skipped"]
|
|
24
|
+
},
|
|
25
|
+
"trustTier": {
|
|
26
|
+
"type": "integer",
|
|
27
|
+
"const": 3
|
|
28
|
+
},
|
|
29
|
+
"output": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"required": ["summary", "testStrategy"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"summary": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"minLength": 100
|
|
36
|
+
},
|
|
37
|
+
"testStrategy": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"routingTests": { "type": "array", "items": { "type": "object" } },
|
|
41
|
+
"transformationTests": { "type": "array", "items": { "type": "object" } },
|
|
42
|
+
"dlqTests": { "type": "array", "items": { "type": "object" } },
|
|
43
|
+
"mediationTests": { "type": "array", "items": { "type": "object" } },
|
|
44
|
+
"eipTests": { "type": "array", "items": { "type": "object" } }
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"findings": {
|
|
48
|
+
"type": "array",
|
|
49
|
+
"items": { "type": "object" }
|
|
50
|
+
},
|
|
51
|
+
"recommendations": {
|
|
52
|
+
"type": "array",
|
|
53
|
+
"items": { "type": "string" }
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "middleware-testing-patterns",
|
|
3
|
+
"skillVersion": "1.0.0",
|
|
4
|
+
"requiredTools": [
|
|
5
|
+
"jq"
|
|
6
|
+
],
|
|
7
|
+
"optionalTools": [],
|
|
8
|
+
"schemaPath": "schemas/output.json",
|
|
9
|
+
"requiredFields": [
|
|
10
|
+
"skillName",
|
|
11
|
+
"status",
|
|
12
|
+
"output"
|
|
13
|
+
],
|
|
14
|
+
"requiredNonEmptyFields": [],
|
|
15
|
+
"mustContainTerms": [],
|
|
16
|
+
"mustNotContainTerms": [],
|
|
17
|
+
"enumValidations": {
|
|
18
|
+
".status": [
|
|
19
|
+
"success",
|
|
20
|
+
"partial",
|
|
21
|
+
"failed",
|
|
22
|
+
"skipped"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
skill: observability-testing-patterns
|
|
2
|
+
version: 1.0.0
|
|
3
|
+
description: >
|
|
4
|
+
Evaluation suite for observability and monitoring validation patterns.
|
|
5
|
+
Tests dashboard accuracy, alerting rules, log aggregation, APM traces,
|
|
6
|
+
and SLA/SLO verification.
|
|
7
|
+
|
|
8
|
+
models_to_test:
|
|
9
|
+
- claude-3.5-sonnet
|
|
10
|
+
- claude-3-haiku
|
|
11
|
+
|
|
12
|
+
mcp_integration:
|
|
13
|
+
enabled: true
|
|
14
|
+
namespace: skill-validation
|
|
15
|
+
query_patterns: true
|
|
16
|
+
track_outcomes: true
|
|
17
|
+
store_patterns: true
|
|
18
|
+
target_agents:
|
|
19
|
+
- qe-learning-coordinator
|
|
20
|
+
- qe-queen-coordinator
|
|
21
|
+
|
|
22
|
+
learning:
|
|
23
|
+
store_success_patterns: true
|
|
24
|
+
pattern_ttl_days: 90
|
|
25
|
+
|
|
26
|
+
result_format:
|
|
27
|
+
json_output: true
|
|
28
|
+
include_timing: true
|
|
29
|
+
include_token_usage: true
|
|
30
|
+
|
|
31
|
+
setup:
|
|
32
|
+
required_tools:
|
|
33
|
+
- jq
|
|
34
|
+
|
|
35
|
+
test_cases:
|
|
36
|
+
|
|
37
|
+
- id: tc001_dashboard_validation
|
|
38
|
+
description: "Validate monitoring dashboard accuracy and completeness"
|
|
39
|
+
category: dashboard
|
|
40
|
+
priority: critical
|
|
41
|
+
|
|
42
|
+
input:
|
|
43
|
+
prompt: |
|
|
44
|
+
Generate test strategy for validating a Grafana dashboard that monitors
|
|
45
|
+
API response times, error rates, and throughput for a microservices architecture.
|
|
46
|
+
context:
|
|
47
|
+
framework: grafana
|
|
48
|
+
|
|
49
|
+
expected_output:
|
|
50
|
+
must_contain:
|
|
51
|
+
- "dashboard"
|
|
52
|
+
- "metric"
|
|
53
|
+
- "validation"
|
|
54
|
+
|
|
55
|
+
validation:
|
|
56
|
+
schema_check: true
|
|
57
|
+
keyword_match_threshold: 0.8
|
|
58
|
+
|
|
59
|
+
- id: tc002_alert_rule_testing
|
|
60
|
+
description: "Test alerting rules fire correctly under conditions"
|
|
61
|
+
category: alerting
|
|
62
|
+
priority: critical
|
|
63
|
+
|
|
64
|
+
input:
|
|
65
|
+
prompt: |
|
|
66
|
+
Create tests for PagerDuty alert rules:
|
|
67
|
+
- P1: error_rate > 5% for 2 minutes
|
|
68
|
+
- P2: p99_latency > 2000ms for 5 minutes
|
|
69
|
+
- P3: disk_usage > 85%
|
|
70
|
+
context:
|
|
71
|
+
framework: pagerduty
|
|
72
|
+
|
|
73
|
+
expected_output:
|
|
74
|
+
must_contain:
|
|
75
|
+
- "alert"
|
|
76
|
+
- "threshold"
|
|
77
|
+
- "trigger"
|
|
78
|
+
|
|
79
|
+
validation:
|
|
80
|
+
schema_check: true
|
|
81
|
+
|
|
82
|
+
- id: tc003_log_aggregation_testing
|
|
83
|
+
description: "Validate log aggregation pipeline correctness"
|
|
84
|
+
category: logging
|
|
85
|
+
priority: high
|
|
86
|
+
|
|
87
|
+
input:
|
|
88
|
+
prompt: |
|
|
89
|
+
Generate tests for ELK stack log pipeline ensuring structured logs
|
|
90
|
+
from 15 microservices are correctly parsed, indexed, and searchable
|
|
91
|
+
with correlation IDs.
|
|
92
|
+
context:
|
|
93
|
+
framework: elasticsearch
|
|
94
|
+
|
|
95
|
+
expected_output:
|
|
96
|
+
must_contain:
|
|
97
|
+
- "log"
|
|
98
|
+
- "aggregation"
|
|
99
|
+
- "correlation"
|
|
100
|
+
|
|
101
|
+
validation:
|
|
102
|
+
schema_check: true
|
|
103
|
+
|
|
104
|
+
- id: tc004_apm_trace_validation
|
|
105
|
+
description: "Validate distributed tracing across services"
|
|
106
|
+
category: tracing
|
|
107
|
+
priority: high
|
|
108
|
+
|
|
109
|
+
input:
|
|
110
|
+
prompt: |
|
|
111
|
+
Create test strategy for validating OpenTelemetry distributed traces
|
|
112
|
+
across API gateway → auth service → order service → payment service.
|
|
113
|
+
|
|
114
|
+
expected_output:
|
|
115
|
+
must_contain:
|
|
116
|
+
- "trace"
|
|
117
|
+
- "span"
|
|
118
|
+
- "distributed"
|
|
119
|
+
|
|
120
|
+
validation:
|
|
121
|
+
schema_check: true
|
|
122
|
+
|
|
123
|
+
- id: tc005_slo_verification
|
|
124
|
+
description: "Verify SLO/SLA compliance measurement accuracy"
|
|
125
|
+
category: slo
|
|
126
|
+
priority: critical
|
|
127
|
+
|
|
128
|
+
input:
|
|
129
|
+
prompt: |
|
|
130
|
+
Generate tests to verify SLO measurement accuracy:
|
|
131
|
+
- Availability SLO: 99.95% (error budget: 21.9 min/month)
|
|
132
|
+
- Latency SLO: p99 < 500ms
|
|
133
|
+
- Throughput SLO: > 10,000 RPS
|
|
134
|
+
context:
|
|
135
|
+
framework: prometheus
|
|
136
|
+
|
|
137
|
+
expected_output:
|
|
138
|
+
must_contain:
|
|
139
|
+
- "SLO"
|
|
140
|
+
- "error budget"
|
|
141
|
+
- "compliance"
|
|
142
|
+
|
|
143
|
+
validation:
|
|
144
|
+
schema_check: true
|
|
145
|
+
|
|
146
|
+
success_criteria:
|
|
147
|
+
pass_rate: 0.9
|
|
148
|
+
critical_pass_rate: 1.0
|
|
149
|
+
avg_reasoning_quality: 0.75
|
|
150
|
+
max_execution_time_ms: 300000
|
|
151
|
+
|
|
152
|
+
metadata:
|
|
153
|
+
author: "qe-observability-orchestrator"
|
|
154
|
+
created: "2026-03-05"
|
|
155
|
+
coverage_target: >
|
|
156
|
+
Observability testing patterns with 5 test cases covering dashboard validation,
|
|
157
|
+
alert rule testing, log aggregation, APM trace validation, and SLO verification.
|