Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale authored Jan 25, 2024
1 parent d8dfcbf commit 39ddbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Use the `DataTable` parameter to get access to the data:
```dart
final dataAsList = dataTable.asLists(); // [['artist', 'name'], ['The Doors', 'Riders on the storm'], ...]
final dataAsMaps = dataTable.asMaps(); // [{'artist: 'The Doors', 'name: 'Riders on the storm'}, ...]
```
## Tags
Tags are used to filter scenarios in the test runner. Here are some examples:
Expand Down

0 comments on commit 39ddbc7

Please sign in to comment.