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
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/skills/n8n-workflow-testing-fundamentals/output.json",
|
|
4
|
+
"title": "N8N Workflow Testing Fundamentals Skill Output Schema",
|
|
5
|
+
"description": "Schema for n8n-workflow-testing-fundamentals skill output. Validates workflow structure, node connections, and test coverage.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "n8n-workflow-testing-fundamentals"
|
|
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", "workflowValidation", "nodeTests"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"summary": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"minLength": 20,
|
|
36
|
+
"maxLength": 2000
|
|
37
|
+
},
|
|
38
|
+
"workflowValidation": {
|
|
39
|
+
"$ref": "#/$defs/workflowValidation"
|
|
40
|
+
},
|
|
41
|
+
"nodeTests": {
|
|
42
|
+
"type": "array",
|
|
43
|
+
"items": {
|
|
44
|
+
"$ref": "#/$defs/nodeTest"
|
|
45
|
+
},
|
|
46
|
+
"maxItems": 500
|
|
47
|
+
},
|
|
48
|
+
"connectionTests": {
|
|
49
|
+
"type": "array",
|
|
50
|
+
"items": {
|
|
51
|
+
"$ref": "#/$defs/connectionTest"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"dataFlowTests": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"items": {
|
|
57
|
+
"$ref": "#/$defs/dataFlowTest"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"errorHandlingTests": {
|
|
61
|
+
"type": "array",
|
|
62
|
+
"items": {
|
|
63
|
+
"$ref": "#/$defs/errorHandlingTest"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"structuralIssues": {
|
|
67
|
+
"type": "array",
|
|
68
|
+
"items": {
|
|
69
|
+
"$ref": "#/$defs/structuralIssue"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"testCoverage": {
|
|
73
|
+
"$ref": "#/$defs/testCoverage"
|
|
74
|
+
},
|
|
75
|
+
"recommendations": {
|
|
76
|
+
"type": "array",
|
|
77
|
+
"items": {
|
|
78
|
+
"$ref": "#/$defs/recommendation"
|
|
79
|
+
},
|
|
80
|
+
"maxItems": 50
|
|
81
|
+
},
|
|
82
|
+
"metrics": {
|
|
83
|
+
"$ref": "#/$defs/metrics"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"metadata": {
|
|
88
|
+
"$ref": "#/$defs/metadata"
|
|
89
|
+
},
|
|
90
|
+
"validation": {
|
|
91
|
+
"$ref": "#/$defs/validationResult"
|
|
92
|
+
},
|
|
93
|
+
"learning": {
|
|
94
|
+
"$ref": "#/$defs/learningData"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"$defs": {
|
|
98
|
+
"workflowValidation": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"required": ["workflowId", "valid"],
|
|
101
|
+
"properties": {
|
|
102
|
+
"workflowId": { "type": "string" },
|
|
103
|
+
"workflowName": { "type": "string" },
|
|
104
|
+
"valid": { "type": "boolean" },
|
|
105
|
+
"totalNodes": { "type": "integer", "minimum": 0 },
|
|
106
|
+
"totalConnections": { "type": "integer", "minimum": 0 },
|
|
107
|
+
"hasTrigger": { "type": "boolean" },
|
|
108
|
+
"hasEndNode": { "type": "boolean" },
|
|
109
|
+
"isLinear": { "type": "boolean" },
|
|
110
|
+
"hasBranching": { "type": "boolean" },
|
|
111
|
+
"hasLoops": { "type": "boolean" },
|
|
112
|
+
"hasErrorHandling": { "type": "boolean" },
|
|
113
|
+
"complexityScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
114
|
+
"testabilityScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
115
|
+
"overallScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
116
|
+
"grade": { "type": "string", "pattern": "^[A-F][+-]?$" }
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"nodeTest": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"required": ["nodeId", "nodeName", "nodeType", "status"],
|
|
122
|
+
"properties": {
|
|
123
|
+
"nodeId": { "type": "string" },
|
|
124
|
+
"nodeName": { "type": "string" },
|
|
125
|
+
"nodeType": { "type": "string" },
|
|
126
|
+
"status": { "type": "string", "enum": ["passed", "failed", "skipped", "untested"] },
|
|
127
|
+
"testCases": {
|
|
128
|
+
"type": "array",
|
|
129
|
+
"items": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"name": { "type": "string" },
|
|
133
|
+
"input": { "type": "object" },
|
|
134
|
+
"expectedOutput": {},
|
|
135
|
+
"actualOutput": {},
|
|
136
|
+
"passed": { "type": "boolean" }
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"coverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
141
|
+
"issues": { "type": "array", "items": { "type": "string" } }
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"connectionTest": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"required": ["sourceNode", "targetNode", "valid"],
|
|
147
|
+
"properties": {
|
|
148
|
+
"sourceNode": { "type": "string" },
|
|
149
|
+
"targetNode": { "type": "string" },
|
|
150
|
+
"connectionType": { "type": "string", "enum": ["main", "error", "conditional"] },
|
|
151
|
+
"valid": { "type": "boolean" },
|
|
152
|
+
"dataFlowVerified": { "type": "boolean" },
|
|
153
|
+
"issues": { "type": "array", "items": { "type": "string" } }
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"dataFlowTest": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"required": ["id", "path", "status"],
|
|
159
|
+
"properties": {
|
|
160
|
+
"id": { "type": "string", "pattern": "^FLOW-\\d{3,6}$" },
|
|
161
|
+
"path": { "type": "array", "items": { "type": "string" } },
|
|
162
|
+
"status": { "type": "string", "enum": ["passed", "failed", "partial"] },
|
|
163
|
+
"inputData": { "type": "object" },
|
|
164
|
+
"outputData": { "type": "object" },
|
|
165
|
+
"transformations": { "type": "array", "items": { "type": "string" } }
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"errorHandlingTest": {
|
|
169
|
+
"type": "object",
|
|
170
|
+
"required": ["scenario", "handled"],
|
|
171
|
+
"properties": {
|
|
172
|
+
"scenario": { "type": "string" },
|
|
173
|
+
"errorType": { "type": "string", "enum": ["timeout", "connection", "validation", "authentication", "rate-limit", "unknown"] },
|
|
174
|
+
"handled": { "type": "boolean" },
|
|
175
|
+
"recoveryPath": { "type": "string" },
|
|
176
|
+
"notificationConfigured": { "type": "boolean" }
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"structuralIssue": {
|
|
180
|
+
"type": "object",
|
|
181
|
+
"required": ["issueType", "severity"],
|
|
182
|
+
"properties": {
|
|
183
|
+
"issueType": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"enum": ["orphan-node", "missing-trigger", "dead-end", "circular-reference", "missing-error-handler", "duplicate-node"]
|
|
186
|
+
},
|
|
187
|
+
"severity": { "type": "string", "enum": ["critical", "high", "medium", "low"] },
|
|
188
|
+
"affectedNodes": { "type": "array", "items": { "type": "string" } },
|
|
189
|
+
"description": { "type": "string" },
|
|
190
|
+
"fix": { "type": "string" }
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"testCoverage": {
|
|
194
|
+
"type": "object",
|
|
195
|
+
"properties": {
|
|
196
|
+
"nodeCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
197
|
+
"connectionCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
198
|
+
"pathCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
199
|
+
"errorPathCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
200
|
+
"overallCoverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
201
|
+
"untestedNodes": { "type": "array", "items": { "type": "string" } },
|
|
202
|
+
"untestedPaths": { "type": "array", "items": { "type": "string" } }
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"recommendation": {
|
|
206
|
+
"type": "object",
|
|
207
|
+
"required": ["id", "title", "priority"],
|
|
208
|
+
"properties": {
|
|
209
|
+
"id": { "type": "string", "pattern": "^REC-\\d{3,6}$" },
|
|
210
|
+
"title": { "type": "string", "maxLength": 200 },
|
|
211
|
+
"description": { "type": "string", "maxLength": 2000 },
|
|
212
|
+
"priority": { "type": "string", "enum": ["critical", "high", "medium", "low"] },
|
|
213
|
+
"category": { "type": "string", "enum": ["coverage", "structure", "reliability", "performance", "maintainability"] }
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"metrics": {
|
|
217
|
+
"type": "object",
|
|
218
|
+
"properties": {
|
|
219
|
+
"totalNodes": { "type": "integer", "minimum": 0 },
|
|
220
|
+
"testedNodes": { "type": "integer", "minimum": 0 },
|
|
221
|
+
"passedTests": { "type": "integer", "minimum": 0 },
|
|
222
|
+
"failedTests": { "type": "integer", "minimum": 0 },
|
|
223
|
+
"coverage": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
224
|
+
"structuralIssues": { "type": "integer", "minimum": 0 },
|
|
225
|
+
"executionTimeMs": { "type": "integer", "minimum": 0 }
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"metadata": {
|
|
229
|
+
"type": "object",
|
|
230
|
+
"properties": {
|
|
231
|
+
"executionTimeMs": { "type": "integer", "minimum": 0 },
|
|
232
|
+
"toolsUsed": { "type": "array", "items": { "type": "string" } },
|
|
233
|
+
"agentId": { "type": "string", "pattern": "^qe-[a-z][a-z0-9-]*$" },
|
|
234
|
+
"n8nVersion": { "type": "string" },
|
|
235
|
+
"workflowPath": { "type": "string" }
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"validationResult": {
|
|
239
|
+
"type": "object",
|
|
240
|
+
"properties": {
|
|
241
|
+
"schemaValid": { "type": "boolean" },
|
|
242
|
+
"contentValid": { "type": "boolean" },
|
|
243
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"learningData": {
|
|
247
|
+
"type": "object",
|
|
248
|
+
"properties": {
|
|
249
|
+
"patternsDetected": { "type": "array", "items": { "type": "string" } },
|
|
250
|
+
"reward": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "n8n-workflow-testing-fundamentals",
|
|
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
|
+
"output.summary",
|
|
14
|
+
"output.workflowValidation",
|
|
15
|
+
"output.nodeTests"
|
|
16
|
+
],
|
|
17
|
+
"requiredNonEmptyFields": [],
|
|
18
|
+
"mustContainTerms": [
|
|
19
|
+
"workflow",
|
|
20
|
+
"n8n",
|
|
21
|
+
"test"
|
|
22
|
+
],
|
|
23
|
+
"mustNotContainTerms": [
|
|
24
|
+
"TODO",
|
|
25
|
+
"FIXME"
|
|
26
|
+
],
|
|
27
|
+
"enumValidations": {
|
|
28
|
+
".status": [
|
|
29
|
+
"success",
|
|
30
|
+
"partial",
|
|
31
|
+
"failed",
|
|
32
|
+
"skipped"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
package/assets/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.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/observability-testing-patterns-output.json",
|
|
4
|
+
"title": "Observability Testing Patterns Output Schema",
|
|
5
|
+
"description": "Schema for observability testing output. Covers dashboards, alerting, logging, tracing, and SLO verification.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "observability-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
|
+
"dashboardTests": { "type": "array", "items": { "type": "object" } },
|
|
41
|
+
"alertTests": { "type": "array", "items": { "type": "object" } },
|
|
42
|
+
"logTests": { "type": "array", "items": { "type": "object" } },
|
|
43
|
+
"traceTests": { "type": "array", "items": { "type": "object" } },
|
|
44
|
+
"sloTests": { "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": "observability-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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "pentest-validation",
|
|
3
|
+
"skillVersion": "1.0.0",
|
|
4
|
+
"requiredTools": [],
|
|
5
|
+
"optionalTools": [],
|
|
6
|
+
"schemaPath": null,
|
|
7
|
+
"requiredFields": [],
|
|
8
|
+
"requiredNonEmptyFields": [],
|
|
9
|
+
"mustContainTerms": [],
|
|
10
|
+
"mustNotContainTerms": [],
|
|
11
|
+
"enumValidations": {}
|
|
12
|
+
}
|