Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Update README.md - how to load fixture parameters (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
akomm authored and theofidry committed Sep 2, 2016
1 parent 140a43c commit 6b1aa9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -71,6 +71,17 @@ Given the following fixtures files are loaded:
| fixtures2.yml |
```


## Loading fixture parameters

Fixture parameters can be loaded in the same way as loading fixtures. Any available step which loads fixtures, can also load parameters.
You have to load your parameters before the dependend fixtures:

```gherkin
Given the fixtures file "parameters.yml" is loaded
And the fixtures file "dummy.yml" is loaded
```

## Steps

For each context, you have the following steps available:
Expand Down

0 comments on commit 6b1aa9e

Please sign in to comment.