cucumber-console-formatter

A simple console formatter for Cucumber.js v7

MIT License

Downloads
95.1K
Stars
4
Committers
2

Bot releases are visible (Hide)

cucumber-console-formatter - v1.0.0 Latest Release

Published by hdorgeval almost 4 years ago

[1.0.0] - 2021-01-18

Added

  • feat(formatter): inherits from SummaryFormatter

https://github.com/hdorgeval/cucumber-console-formatter/blob/main/CHANGELOG.md#100---2021-01-18

cucumber-console-formatter - v0.0.3

Published by hdorgeval almost 4 years ago

cucumber-console-formatter - v0.0.2

Published by hdorgeval almost 4 years ago

[0.0.2] - 2021-01-05

Added

  • feat(formatter): be able to console the Gherking steps

https://github.com/hdorgeval/cucumber-console-formatter/blob/main/CHANGELOG.md#002---2021-01-05

cucumber-console-formatter - v0.0.1

Published by hdorgeval almost 4 years ago

[0.0.1] - 2021-01-05

Added

  • add debug capabilities : be able to save in json files all enveloppes received by this custom formatter.
    To activate this feature, setup the env variable SimpleConsoleFormatter.printEnvelopes:

    process.env['SimpleConsoleFormatter.printEnvelopes'] = 'true';
    

    This will create by default a folder named debug-console-formatter at the root of your project. Inside this folder all enveloppes are stored in a unique-by-run folder

https://github.com/hdorgeval/cucumber-console-formatter/blob/main/CHANGELOG.md#001---2021-01-05