@cucumber/cucumber
Advanced tools
Changelog
[7.1.0] - 2021-04-06
this.attach(base64String, 'base64:image/png')
(#1552)'skipped'
(#1542)long
package (cucumber#1313)react
etc (cucumber#1308)Changelog
[7.0.0] - 2020-12-21
html
formatter for rich HTML reports output as a standalone page (#1432)BeforeStep
and AfterStep
hooks (#1416)Changelog
[7.0.0-rc.0] - 2020-09-14
--publish
option to publish reports to reports.cucumber.io #1423, #1424transpose
method to data table interfacelog
function to world, providing a shorthand to log plain text as attachment(s)@types/cucumber
in TypeScript projectscucumber
to @cucumber/cucumber
- require
/import
statements must be changed from cucumber
to @cucumber/cucumber
TableDefinition
to DataTable
event-protocol
formatter has been removed and replaced with message
typeName
from options object for defineParameterType
in favour of name
CUCUMBER_TOTAL_SLAVES
is now CUCUMBER_TOTAL_WORKERS
CUCUMBER_SLAVE_ID
is now CUCUMBER_WORKER_ID
--format=./relpath/to/formatter
). Previously this was always loaded as a file relative to the current directory.json
formatter is deprecated and will be removed in next major release. Custom formatters should migrate to use the message
formatter, or the standalone JSON formatter as a stopgap.--retry-tag-filter
CLI argument