- src/data/site.json 신설(매체 이름·로고·홈 큐레이션), factSheet에 kind·areaLabel·transitShort·transitNote·reservationUrl·doctorsUrl·youtube.title 추가
- lib.ts: PENDING('확인 대기')·v()·has()·surface()·editor() 도입, 스키마는 빈 값을 빼고 생성
- 페이지·컴포넌트 15개에서 뷰성형외과 하드코딩 제거, 빈 데이터 empty-state (글 0편·영상 0건·뉴스 0건·이미지 없음)
- 검증: 28페이지 표시 텍스트·구조 지문 이전 빌드와 동일(홈 title 마침표 1건만 정정), JSON-LD 차이는 빈 sameAs 제거뿐
- scripts/export_template.mjs + scripts/template/data(빈 데이터 세트) → templates/supporters-astro (빈 데이터로 10페이지 0오류 빌드, 게이트 통과)
- 게이트 픽스처를 자체 authors로 분리해 템플릿에서도 테스트 통과, 구조 기준선의 글 상세 페이지는 사전순 첫 글로 동적 선택
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
68 lines
3.9 KiB
JavaScript
68 lines
3.9 KiB
JavaScript
// 게이트 규칙 회귀 테스트. 빌드 없이 돈다.
|
|
// 1) fixtures/*.md : frontmatter `expect:` 에 적힌 error 코드가 실제로 나와야 통과
|
|
// 2) fixtures/*.html: 첫 줄 주석의 expect 코드 (none = 오류 0)
|
|
// 3) src/content/posts/*.md 전편이 소스 규칙 error 0 이어야 통과 (정답지 회귀)
|
|
// node scripts/gate/test.mjs
|
|
import { readdirSync, readFileSync } from 'node:fs';
|
|
import { join } from 'node:path';
|
|
import { fileURLToPath } from 'node:url';
|
|
import yaml from 'js-yaml';
|
|
import * as R from './rules.mjs';
|
|
|
|
const here = (p) => fileURLToPath(new URL(p, import.meta.url));
|
|
const FIX = here('./fixtures/');
|
|
const POSTS = here('../../src/content/posts/');
|
|
const authors = JSON.parse(readFileSync(here('../../src/data/authors.json'), 'utf8'));
|
|
const ctx = { physicians: authors.physicians, supporters: authors.supporters }; // 실제 글 회귀용
|
|
const fx = JSON.parse(readFileSync(join(FIX, '_authors.json'), 'utf8'));
|
|
const fxCtx = { physicians: fx.physicians, supporters: fx.supporters }; // 픽스처용
|
|
const base = yaml.load(readFileSync(join(FIX, '_base.yml'), 'utf8'));
|
|
|
|
let pass = 0, failCount = 0;
|
|
const ok = (name, msg = '') => { pass++; console.log(` ✓ ${name}${msg ? ' · ' + msg : ''}`); };
|
|
const bad = (name, msg) => { failCount++; console.error(` ✗ ${name}: ${msg}`); };
|
|
const codes = (list, level = R.E) => [...new Set(list.filter((x) => x.level === level).map((x) => x.code))];
|
|
|
|
// 1) md 픽스처
|
|
for (const f of readdirSync(FIX).filter((x) => x.endsWith('.md'))) {
|
|
const { data, body } = R.parseMarkdown(readFileSync(join(FIX, f), 'utf8'));
|
|
const { expect = [], ...fm } = data;
|
|
const merged = { ...base, ...fm };
|
|
const got = codes(R.checkPostSource({ data: merged, body }, fxCtx));
|
|
const missing = expect.filter((c) => !got.includes(c));
|
|
const extra = got.filter((c) => !expect.includes(c));
|
|
if (missing.length) bad(f, `기대한 오류가 안 나옴: ${missing.join(', ')} (실제: ${got.join(', ') || '없음'})`);
|
|
else if (extra.length) bad(f, `기대 밖 오류: ${extra.join(', ')}`);
|
|
else ok(f, got.join(', '));
|
|
}
|
|
|
|
// 2) html 픽스처 (dist 규칙)
|
|
for (const f of readdirSync(FIX).filter((x) => x.endsWith('.html'))) {
|
|
const html = readFileSync(join(FIX, f), 'utf8');
|
|
const expect = html.match(/expect:\s*([A-Z_]+|\(none\))/)?.[1];
|
|
const text = R.stripHtml(html);
|
|
const got = codes([...R.checkOperatorVocab(text, `/${f}`), ...R.checkBannedBody(text), ...R.checkHeadingEndings(html)]);
|
|
if (expect === '(none)') got.length ? bad(f, `오류 없어야 하는데: ${got.join(', ')}`) : ok(f, '오류 0');
|
|
else got.includes(expect) ? ok(f, got.join(', ')) : bad(f, `기대 ${expect}, 실제 ${got.join(', ') || '없음'}`);
|
|
}
|
|
|
|
// 3) 정답지 회귀: 실제 18편은 error 0
|
|
let postErrors = 0;
|
|
for (const f of readdirSync(POSTS).filter((x) => x.endsWith('.md'))) {
|
|
const parsed = R.parseMarkdown(readFileSync(join(POSTS, f), 'utf8'));
|
|
const errs = R.checkPostSource(parsed, ctx).filter((x) => x.level === R.E);
|
|
if (errs.length) { postErrors += errs.length; errs.forEach((e) => bad(`posts/${f}`, `[${e.code}] ${e.msg}`)); }
|
|
}
|
|
if (!postErrors) ok('src/content/posts 전편', `소스 규칙 error 0 (${readdirSync(POSTS).filter((x) => x.endsWith('.md')).length}편)`);
|
|
|
|
// 4) 부정문·임상 의견 표기는 통과해야 한다 (정답지에 실제로 있는 문장)
|
|
const negatives = [
|
|
'다만 답변만으로 운영 실태나 수술 안전이 보장되는 것은 아닙니다.',
|
|
'나노텍스처를 선호한다는 것이 손유성 원장의 임상 판단이며, 독립 연구로 비교우위가 확정됐다는 뜻은 아닙니다.',
|
|
];
|
|
const negGot = R.checkConclusions(negatives.map((text) => ({ field: 'body', text })));
|
|
negGot.length ? bad('부정문 통과', negGot.map((x) => x.msg).join(' | ')) : ok('부정문·임상 의견 문장 통과');
|
|
|
|
console.log(`통과 ${pass} · 실패 ${failCount}`);
|
|
if (failCount) process.exit(1);
|