Shashikant

Results 12 comments of Shashikant

I tried & it doesn't seems to be working.. Do you have any example that worked for UI tests ? Do we need to do specific configuration in order to...

Yes UI Tests are designed as black box and there is no access to app code directly. The [Swifter](https://github.com/httpswift/swifter) framework works with UI Tests but shame its not updated for...

I can also confirm that with Xcode 8.3.1 it's not possible to run tests. Tests fails with error even we have test target with host application attached. ``` Error Domain=com.facebook.FBSimulatorControl...

Thanks for pull request. Yes it’s been while I haven’t looked at this project but I will find some time to check this out

@shanisko Thanks a lot for reporting the issue. I managed to reproduce and hopefully fixed the issue. It seems like Cucumber has changed regular expression format recently. I have pushed...

@shanisko It looks like you need to delete `Gemfile.lock` as bddfire version 2.0.7 is locked in that file. Try deleting `Gemfile.lock` and then do `bundle install` this should download new...

@aik099 Given up with this one 'MinkBundle' did good job with phpunit. It didn't count WebAssert assertions but writing another proxy did the job. Works great with GhostDriver + MinkBundle...

Didn't that error before, can you try with new version of XCFit?

Meanwhile I will try to recreate it. Thanks a lot @APshenkin for reporting it, Aplogies for the terribly delayed responding on this.

Hey @meehanman Sorry for the terrible delay in merging this PR. I have merged it now and will push new version soon!