Tom Baranes

Results 69 comments of Tom Baranes

Friendly ping about this issue, is that an expected behaviour?

I opened a PR (#146) to fixed this behaviour since I don't think it's expected

What is the status of this PR? Nothing has been started yet? I'm starting to use XCUITests, and see definitely the worth of this feature. For the generated code, I...

The usage to get an element is ```swift let _ = app.buttons["accessibility_label"] let _ = app.staticText["accessibility_label"]` ``` where `buttons` and `staticTexts` are a property of `XCUIElementTypeQueryProvider`. There's a lot of...

I do think you have the right approach, won't we have issue with all the other segue overriden? I don't remember exactly how it was working.

Looking forward to this! That will be an awesome feature 👍

Another idea of animation: https://github.com/BalestraPatrick/SquishButton

So, the real goal would be to create a xib / storyboard exactly like the sketch dashboard? The #32 will be probably a bit similar: parsing of the sketch files......

Even if the current state of `XCUITest` are a bit limited (can't test the layer, the animations...), we can still do basic animations with a simple navigation which ensure us...

I catch up the discussion you started in #309. I search a bit about why the transitions are broken. I have no explanation, but the transitions are working as expected...