leancodepl / patrol

Flutter-first UI testing framework. Ready for action!
https://patrol.leancode.co
Apache License 2.0
813 stars 116 forks source link

Integration on flutter_gherkin with PATROL. #2101

Open creatorpiyush opened 4 months ago

creatorpiyush commented 4 months ago

Use case

Currently, most Flutter Automation is taking place with Gherkin as it is easy to understand and can easily be used by QAs, so is there any plan to have an integration test with flutter_gherkin? as it would be easier for the projects/apps to migrate to PATROL.

Proposal

Feature: Open In-app Browser and Do Login

@tag
Scenario: Login
  Given I have login Button
  When I tap on Login Button        # this will take script inside in-app browser
  Then I enter "username" at index 0
  Then I enter "password" at index 1
  I tap on login now in in-app browser
bartekpacia commented 4 months ago

related https://github.com/leancodepl/patrol/discussions/1180