jerseysu
jerseysu
@David-Grigoryan How about write scenarios outline as follow? ``` Examples: | username | password | | [email protected] | xxxxxx | ```
I've write a project to integrate Cucumberish with XCUITest also. Both of cocopods and Carthage with Swift works on this projects. Please refer to follow link: https://github.com/jerseysu/xcuitest_cucumberish Besides, the Carthage...
@KITSTABSherBhachu Good idea. It works for me Thanks.
I am suffering the same issue too.
Hi @TitouanVanBelle Thank you for advice, I've solved this problem :D
Hi all, Sorry to disturb again, I can use above setting to solved this problem, but when I migrate it to XCode beta, there is another error prompt: `No known...
@comerc Thanks for reporting the issue, and thanks for keeps supporting this project, looking into the error message you provided, `$ flutter doctor -v` shows the suspicious error as follow,...
Hi @comerc I've upgrade the flutter to 2.0.1 version and do fix the issue, please pull down the master branch and rerun again to see if the issue mitigated, thanks!