refactor: 프론트 템플릿 리펙토링

This commit is contained in:
donghyeon-ka
2026-09-18 15:16:58 +09:00
parent c10a709f2c
commit 5cc41467ae
80 changed files with 7227 additions and 4672 deletions
+32
View File
@@ -142,6 +142,11 @@
"script": "test:unit",
"expect": "pass"
},
{
"id": "test-contract",
"script": "test:contract",
"expect": "pass"
},
{
"id": "test-coverage",
"script": "test:coverage",
@@ -164,6 +169,11 @@
"script": "test:integration",
"expect": "pass"
},
{
"id": "test-system",
"script": "test:system",
"expect": "pass"
},
{
"id": "test-http-scenario-evidence",
"script": "test:http-scenario-evidence",
@@ -794,6 +804,15 @@
"test-unit"
]
},
{
"id": "artifact-artifacts-tests-contract-xml",
"path": "artifacts/tests/contract.xml",
"schemaId": "junit",
"production": "command-generated",
"producerCommandIds": [
"test-contract"
]
},
{
"id": "artifact-artifacts-tests-coverage-xml",
"path": "artifacts/tests/coverage.xml",
@@ -860,6 +879,15 @@
"test-integration"
]
},
{
"id": "artifact-artifacts-tests-system-xml",
"path": "artifacts/tests/system.xml",
"schemaId": "junit",
"production": "command-generated",
"producerCommandIds": [
"test-system"
]
},
{
"id": "artifact-artifacts-tests-http-scenario-executions-json",
"path": "artifacts/tests/http-scenario-executions.json",
@@ -1701,12 +1729,14 @@
"name": "unit",
"commandIds": [
"test-unit",
"test-contract",
"test-coverage",
"check-coverage-fixture"
],
"logArtifactId": "artifact-artifacts-quality-gates-FE-GATE-005-txt",
"evidenceArtifactIds": [
"artifact-artifacts-tests-unit-xml",
"artifact-artifacts-tests-contract-xml",
"artifact-artifacts-tests-coverage-xml",
"artifact-artifacts-tests-coverage-coverage-summary-json",
"artifact-artifacts-quality-risk-coverage-json",
@@ -1871,6 +1901,7 @@
"id": "FE-GATE-013",
"name": "security",
"commandIds": [
"test-system",
"verify-reproducible-build",
"build-release-candidate",
"verify-local-evidence",
@@ -1881,6 +1912,7 @@
],
"logArtifactId": "artifact-artifacts-quality-gates-FE-GATE-013-txt",
"evidenceArtifactIds": [
"artifact-artifacts-tests-system-xml",
"artifact-artifacts-security-scan-sarif",
"artifact-artifacts-release-dependency-inventory-json",
"artifact-artifacts-release-sbom-cdx-json",