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
-[Daily Report in Sheets](#daily-report-in-sheets)
14
+
-[Weekly Summary in Sheets](#weekly-summary-in-sheets)
15
+
-[Monthly Summary in Sheets](#monthly-summary-in-sheets)
16
+
-[Daily Report in CSV](#daily-report-in-csv)
17
17
4.[Sheets Setup Guide](#sheets-setup-guide)
18
18
-[Cypress](#cypress)
19
19
-[Playwright](#playwright)
@@ -87,25 +87,26 @@ Use either command to generate reports using either **NPX** or **NPM scripts** w
87
87
88
88
## Samples
89
89
90
-
### Sheets Daily Report
90
+
### Daily Report in Sheets
91
91
92
-
The Daily Summary features high-level metrics such as a test quantity and percentage pass rate across multiple categories. Test details are organized into columns that include: the feature area, spec title, test name, test type, test category, team identifiers, test priority, test status, test state, manual case id, error details, and execution speed in format mm:ss:mmm.
92
+
The Daily Summary features high-level metrics such as a test quantity and percentage pass rate across multiple categories. Test details are organized into columns that include: the feature area, spec title, test name, test type, test category, team identifiers, test priority, test status, test state, manual case id, error details, and speed of execution (in mm:ss:mmm format).
93
93
94
94
This structured format enables teams to quickly assess test outcomes on demand, with an example entry in the feature `area` '1-getting-started', in the 'todo' `spec`, the `test name` example to-do app can add new todo items', classified as `type` 'api', with no `category`, 'billing `team` is responsible, `status` 'passing' with a `speed` of '370 milliseconds'. The team may want to type in a `status` of 'billing team adding test category' with a `priority` of 'low'.
95
95

96
96
97
-
### Sheets Weekly Summary
97
+
### Weekly Summary in Sheets
98
98
99
99
The Weekly Summary is optional, and it provides a short term summary of the previous weeks `passed`, `failed`, `skipped`, and `total` test results. This summary is a great tool for teams who have weekly meetings to discuss their progress/status/gameplan
100
100

101
101
102
-
### Sheets Monthly Summary
102
+
### Monthly Summary in Sheets
103
103
104
104
The Monthly Summary provides a brief overview of historical test execution results, giving long term visibility into `passed`, `failed`, `skipped`, and `total` test results for the previous month, allowing trends to emerge.
105
105

106
106
107
-
### CSV Daily Report
107
+
### Daily Report in CSV
108
108
109
+
The Daily Report in CSV format delivers hardcoded snapshot of high-level test metrics, mirroring the formulaic insights provided by the Daily Summary in Sheets: feature area, spec title, test name, test type, test category, team identifiers, priority, status, state, manual case ID, error details, and speed of execution (in mm:ss:mmm format). Unlike the Sheets version, which leverages formulas for dynamic calculations, the CSV report contains hardcoded values, ensuring compatibility with static file formats while maintaining the same depth of analysis.
109
110

0 commit comments