You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/index.js
+54-10Lines changed: 54 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,61 @@ const path = require("path");
5
5
6
6
main();
7
7
8
+
/**
9
+
* Detects and resolves test cases in a specified markdown file using configured patterns and actions, then outputs the results to a JSON file.
10
+
*
11
+
* The function analyzes the input markdown file for test-related statements and code blocks according to the provided configuration, processes detected tests, and writes the structured results to "output.json" in the current directory.
0 commit comments