This page is a stub. More information will be provided
yarn init
yarn add --dev @cucumber/cucumber @letsflow/testing
Copy the cucumber configuration from the test suite and create directories from the scenario and test files.
cp node_modules/@letsflow/testing/cucumber.example.yaml ./cucumber.yaml
mkdir scenarios features
"scripts": {
"test:workflows": "cucumber-js --profile workflows"
}