flutter_gherkin
flutter_gherkin copied to clipboard
Upload img
trafficstars
I have a problem when I want to upload an image use automation flutter gherkin, is there a way to do that?
where does your flutter app run? browser or native app? if browser, it's limitted by browser sandbox, you could bild a backend api read file content and pass to flutter gherkin through http, then flutter gherkin steps use file content to upload, this is the way how we do, hope it helps.