-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add possibility to opt-out from printing step attachments when scenario is not successful #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 14 commits
3400db9
b24b7ec
6b817be
bc898d0
5741a40
1752766
239d62a
d297365
e0ea718
122ccd3
fd0cd5b
d81f4be
06f0225
ac468f2
8e014d8
6bb0e48
8bdef73
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,13 @@ By default, cucumber works in _strict_ mode, meaning it will fail if there are p | |
|
|
||
| See [Parallel](./parallel.md). | ||
|
|
||
| ## Printing Attachments Details | ||
|
|
||
| Printing attachments details can be disabled with | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this content would sit better in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have added some docs in
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem! |
||
| `--fomat-options '{"printAttachmants": false}'`. | ||
|
|
||
| This option applies to the progress formatter and the summary formatter. | ||
|
|
||
| ## Profiles | ||
|
|
||
| See [Profiles](./profiles.md). | ||
|
|
@@ -127,7 +134,7 @@ If you are using [ts-node](https://github.com/TypeStrong/ts-node): | |
| --require-module ts-node/register --require 'step-definitions/**/*.ts' | ||
| ``` | ||
|
|
||
| > ⚠️ Some TypeScript setups use `esnext` modules by default, | ||
| > ⚠️ Some TypeScript setups use `esnext` modules by default, | ||
| > which doesn't marry well with Node. You may consider using commonjs instead. | ||
| > See how to add [extra configuration](#extra-configuration) below. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.