Skip to content

Commit

Permalink
Update annotations page
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuric committed Sep 15, 2023
1 parent 981925d commit 3316df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-annotations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Use annotations in [meta](/docs/meta) and avoid them in features where possible.
| [`@Synchronised`](/docs/meta#synchronized-stepdefs) | StepDef | Same as a `@Synchronized` above but with AU spelling instead |
| [`@DataTable`](/docs/advanced/data-tables) | StepDef | Associates a step definition with a Gherkin data table |
| [`@ForEach`](/docs/advanced/data-tables) | StepDef | Interates over the records of a Gherkin data table |
| [`@Examples`](/docs/modes/data-driven#examples-annotation) | Scenario Outline | Imports data from a CSV file into an examples table in a Scenario Outline |
| [`@Examples`](/docs/modes/data-driven#examples-annotation) | Scenario Outline   | Imports data from a CSV file into an examples table in a Scenario Outline |
| [`@Context`](/docs#behavioural-rules-and-semantics) | StepDef | Assigns *context* behavior to a step definition so it can only be called by *Given* steps |
| [`@Action`](/docs#behavioural-rules-and-semantics) | StepDef | Assigns *action* behavior to a step definition so it can only be called by *When* steps |
| [`@Assertion`](/docs#behavioural-rules-and-semantics) | StepDef | Assigns *assertion* behavior to a step definition so it can only be called by *Then* steps |
Expand Down

0 comments on commit 3316df5

Please sign in to comment.