olexale / bdd_widget_test

A BDD-style widget testing library
MIT License
101 stars 30 forks source link

Add support for data tables in background and after #61

Closed daniel-deboeverie-lemon closed 9 months ago

daniel-deboeverie-lemon commented 9 months ago

Maybe a bit backwards to make the pr before the issue, but I am in need to be able to use data tables in the background.

Background: Given I have an account with | "login" | "test@lemon.be" | | "pin" | "12345" | And the app is running And I am on the {'/login'} screen

This is an example of how I wish to use it.

olexale commented 9 months ago

Hey Daniel 👋 Thanks for the PR, I already had a look and so far it looks great. I'll secure a bit of time for tomorrow to review it properly and publish a new version if all is good.

olexale commented 9 months ago

Fixed under #60. I'll publish a new version once I review/merge other opened PRs.