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
@@ -272,7 +272,8 @@ All commands require that test suite result data is present, in this example, th
272
272
- This command processes the data from the test results and create a detailed report.
273
273
- A new Sheet Tab will be created with the current day's title (e.g., `Mar 24, 2024`), to which this detailed report will be written.
274
274
- If the Sheet has Tabs for the previous month (e.g., current month is April and sheet tabs exist for `Mar 24, 2024`, `Mar 25, 2024`), then a monthly summary will be generated with that previous month's data (`Summary Mar 2024`).
275
-
- The report will fail if test result data is not present in JSON format.
275
+
- If you have activated the Weekly Summary feature, and the Sheet has Tabs for the previous week, a weekly summary will be generated with that week's data.
276
+
- The reports will fail if test result data is not present in JSON format.
276
277
- Duplicate Sheet Tabs are not created by defualt, to create a duplicate Tab, use the flag `--duplicate`.
277
278
278
279
- **To run the daily report only**
@@ -298,7 +299,7 @@ All commands require that test suite result data is present, in this example, th
298
299
- Use the base commands with the optional flag `--duplicate`
- Monthly summary dupliactes must be created directly, using the command `npx qa-shadow-report [framework] monthly-summary`.
302
+
- Monthly summary dupliactes must be created directly, using the command `npx qa-shadow-report [framework] monthly-summary --duplicate`.
302
303
303
304
### Quick Command Reference
304
305
@@ -511,7 +512,7 @@ module.exports = {
511
512
512
513
## cypress/grep Integration
513
514
514
-
To enhance your testing workflow and leverage the team name, test type, and test category annotations you've included in your test titles, we recommend integrating the [`cypress-grep`](https://www.npmjs.com/package/@cypress/grep) plugin.
515
+
To enhance your testing workflow and leverage the team name, test type, and test category annotations you've included in your test titles, we recommend integrating the [`cypress/grep`](https://www.npmjs.com/package/@cypress/grep) plugin.
515
516
516
517
### Benefits of Using cypress/grep
517
518
@@ -543,7 +544,7 @@ By integrating `cypress/grep`, you can run subsets of tests based on your annota
543
544
544
545
### CI/CD
545
546
546
-
This package is best suited for automated nightly runs, enabling teams to efficiently monitor project status and collaborate on test results every morning.
547
+
This package is best suited for automated nightly runs where the daily report can help individual contributors or curious supervisors who need immediate and up-to-date insights. The weekly report is great for weekly meetings, providing a short-term summary of the previous week's test results. The monthly report offers a high-level overview, highlighting trends for QA managers or responsible parties to track long-term progress and performance.
547
548
548
549
**Integrating Google Sheets Credentials with CI/CD:**
0 commit comments