Mahmood Tahir

Results 45 comments of Mahmood Tahir

@krzysztofpawski I created a demo repo to test this using your fork https://github.com/tahirmt/test-toeventually-behavior-snapshots.

> @tahirmt I'm afraid it can't be fixed in `swift-snapshot-testing` library without some bigger refactor. But the solution I see for you is that you can use `named` argument (pass...

A shame that this was never addressed and with @joshdholtz bringing trainer into fastlane the bug exists in fastlane.

@joshdholtz I made some fixes to the junit xml format on my fork that I was using. Didn't create a pull request here because the repo seemed abandoned. And also...

@joshdholtz in my fork I added this pull request as is and fixed the junit output format because the message wasn't quite right. These were all the changes. https://github.com/tahirmt/trainer/pull/1

@robnadin would it be possible for you to create the PR on https://github.com/fastlane/fastlane? I lack a lot of context and ruby knowledge to be able to implement this there and...

@joshdholtz finally managed to create the PR incorporating the changes from this PR as well as the `junit` format changes from my fork. https://github.com/fastlane/fastlane/pull/20105.

@jpsim I haven't used it because I added a lane in our fastlane setup to install Xcode if not there and with xcode-install I can use `FASTLANE_SESSION` so my CI...

@senmu I'm using fastlane's xcode_install lane currently but xcodes is faster in terms of setting up an Xcode. We are managing our CI ourselves and I want to use xcodes...

I found a way to do this by making xcodes use the cookie generated by `fastlane` `spaceauth`. This allows for one login per 30 days. Which is how I'm managing...