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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
6
7
7
- Add TypeScript support for custom world in hooks, fixes [#1304](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1304).
8
8
9
+
- Add an [option](docs/json-report.md#screenshots) to disable attaching screenshots to reports, fixes [#1306](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1306).
10
+
11
+
- This option defaults to `true`, retaining existing behavior for other users.
12
+
9
13
## v22.1.0
10
14
11
15
- Gracefully handle sourcemaps when running component tests with webpack and chunks enabled (default behavior), fixes [#1296](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1296).
Copy file name to clipboardExpand all lines: docs/html-report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The report is outputted to `cucumber-report.html` in the project directory, but
16
16
17
17
## Screenshots
18
18
19
-
Screenshots are automatically added to HTML reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`).
19
+
Screenshots are automatically added to HTML reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`). This can be turned off using the `attachments.addScreenshots` property, which defaults to `true`.
Copy file name to clipboardExpand all lines: docs/json-report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The report is outputted to `cucumber-report.json` in the project directory, but
16
16
17
17
## Screenshots
18
18
19
-
Screenshots are automatically added to JSON reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`).
19
+
Screenshots are automatically added to JSON reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`). This can be turned off using the `attachments.addScreenshots` property, which defaults to `true`.
Copy file name to clipboardExpand all lines: docs/messages-report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The report is outputted to `cucumber-messages.ndjson` in the project directory,
18
18
19
19
## Screenshots
20
20
21
-
Screenshots are automatically added to messages reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`).
21
+
Screenshots are automatically added to messages reports, including that of failed tests (unless you have disabled `screenshotOnRunFailure`). This can be turned off using the `attachments.addScreenshots` property, which defaults to `true`.
0 commit comments