Changes for version 0.78 - 2021-03-19

  • Changed
    • Files with DOS line endings (\r\n) no longer leave \r at the end of the line on Unix (\n line-ending systems)
    • Stop warning about mixed comments being disallowed after consulting the Cucumber project through their Slack channel
    • Moved CI to GitHub Actions, because TravisCI minutes ran out
  • Fixed
    • Fix passing UTF-8 data from sub-process spawned by `prove` plugin
    • Fix formatting UTF-8 TAP output collected during step execution

Documentation

Execute tests written using Test::BDD::Cucumber
Test suite integration options
How to write Step Definitions

Modules

Run Cucumber tests from the command line
Stream with TAP from async BDD process
Test::BDD::Cucumber's prove integration
Feature-complete Cucumber-style testing in Perl
Consistently formatted errors
Run through Feature and Harness objects
Abstract superclass for extensions
Base class for creating harnesses
Builds up an internal data representation of test passes / failures
Generate results to JSON file
Generate results in TAP format
Prints colorized text to the screen
Temporary redirector to TAP harness
Cucumber language definitions
Internationalization
Simplify loading of Step Definition and feature files
Model to represent a scenario
Model to represent a feature file on disk or in memory
Model to represent a feature file, parsed
Model to represent a line in a feature file
Encapsulates a result state
Model to represent a scenario
Model to represent a step in a scenario
Encapsulates tag selectors
Parse Feature files
Data made available to step definitions
Functions for creating and loading Step Definitions
Some functions used throughout the code