Hi all,
I'm new to this mailing list, sorry if I bring up again a widely discussed topic - I did a quick search and couldn't find much info, so I thought I'd bring it up directly.
I'm currently evaluating KIF for automating my iOS apps, and really like what I'm seeing so far. The xcode and bots integration looks really great, coming from the calabash/frank world it's a big step forward.
Biggest problem I ran into is the use of accessibility labels by KIF, rather than accessibility identifiers. I don't want to start a holy war on labels vs identifiers but the bottom line in my case is that I simply can't use accessibility labels.
Long story short, I have multiple translations and of course the app can behave slightly differently based on the language (Japanese usage of sortable first/last name comes to mind, but there's also other very subtle differences). So I can't get away with accessibility labels in our case.
Fine, it's a free country, code is on github, I can try and patch KIF to support labels and identifiers, but before I head down this path, I'm wondering if a pull request to add identifier support would be accepted, or if for whatever reason, this is completely off the table?
/kra