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
This command is only available when using HTML Reporter with Testplane and Playwright.
42
+
</Admonition>
43
+
44
+
Use the `merge-reports` command to merge multiple reports into one.
45
+
46
+
The command accepts paths to report directories, database files, or `databaseUrls.json` files.
47
+
48
+
It creates a new html-report in the destination folder with data from all passed reports.
49
+
50
+
- When merging local reports—all data, including SQLite databases and screenshots, are copied to the destination directory.
51
+
- When merging reports by link (for example, if `databaseUrls.json` files with links to reports in S3 are passed as input)—a report with links to the original reports in `databaseUrls.json` will be created in the destination directory, without downloading and copying all nested resources. When working with the report, this will not be noticeable, but you need to keep in mind that the original reports must remain accessible, as the merged report gets data from them.
52
+
53
+
### Usage {#merge_reports_usage}
54
+
55
+
The `merge-reports` command supports the following required option:
This command is only available when using HTML Reporter with Testplane.
77
+
</Admonition>
78
+
30
79
Use the `remove-unused-screens` command to remove the reference screenshots that are not used in tests.
31
80
32
81
### How does it work?
@@ -82,29 +131,3 @@ Getting the reference information about the command:
82
131
```bash
83
132
npx testplane remove-unused-screens --help
84
133
```
85
-
86
-
## merge-reports
87
-
88
-
Use the `merge-reports` command to merge Testplane's separate reports into one general report.
89
-
90
-
The command accepts paths to database files or to `databaseUrls.json` files from other html-reports. It creates a new html-report in the destination folder with a single file `databaseUrls.json`, which will contain a link to the database file or to the files `databaseUrls.json` from the input parameters. Database files are not copied to the destination folder at the same time.
91
-
92
-
### Usage {#merge_reports_usage}
93
-
94
-
The `merge-reports` command supports the following required option:
0 commit comments