mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Fix: Correct table Status key, keep code
This commit is contained in:
@@ -65,7 +65,7 @@ function generateMarkdownReport(results) {
|
|||||||
report += `| Test Case | Status |\n`;
|
report += `| Test Case | Status |\n`;
|
||||||
report += `|-----------|--------|\n`;
|
report += `|-----------|--------|\n`;
|
||||||
summary.forEach(s => {
|
summary.forEach(s => {
|
||||||
report += `| ${s['Test Case']} | ${s.Status} |\n`;
|
report += `| ${s['Test Case']} | ${s['Status']} |\n`;
|
||||||
});
|
});
|
||||||
|
|
||||||
const failures = results.filter(r => r.status.includes('FAIL'));
|
const failures = results.filter(r => r.status.includes('FAIL'));
|
||||||
|
|||||||
Reference in New Issue
Block a user