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: tools/testing/README.md
+20-26Lines changed: 20 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Scopy Testing Tools
2
2
3
-
A comprehensive set of Python tools for managing Scopy's manual testing workflow. These tools automate test environment setup, result parsing, and Excel report generation for release testing processes.
3
+
A comprehensive set of Python tools for managing Scopy's manual testing workflow. These tools automate test environment setup, result parsing, and CSV template generation for release testing processes.
4
4
5
5
## Quick Start
6
6
@@ -25,9 +25,9 @@ Edit the generated RST files in `testing_results/testing_results_v3.0.0/` and fi
25
25
-**Comments:** Test execution notes
26
26
-**Result:** PASS or FAIL
27
27
28
-
### 3. **Generate Excel Report**
28
+
### 3. **CSV Template Auto-Generated**
29
+
The CSV template is automatically created during step 1. You can also generate it manually:
29
30
```bash
30
-
# Parse completed test results and create Excel report
0 commit comments