cucumber / docs

Cucumber user documentation
https://cucumber.io/docs/installation/
MIT License
151 stars 530 forks source link

Specifically mention Scenario Outline descriptions can use parameters #1024

Closed chabala closed 1 week ago

chabala commented 1 month ago

🤔 What's changed?

⚡️ What's your motivation?

I was unsure this was possible until I tried it out myself. Seems like useful information to call out. Makes each run of the outline have a unique name - including the value of the variable for that run - rather than multiple runs with the same exact name suffixed by a number.

📋 Checklist: