I have a feature file with 3 scenarios for doing some BDD tests on a C# project. Each scenario is demonstrated using a large examples table (about 40 rows). Example tables a
Background:
Given my table looks like
| .... | .... |
Put this before your scenarios. You can then include the table as you would for any other Given, and it will be available for every scenario in the file.