Richard Yeh
Richard Yeh
My main issue with `childElementNodes` is that it doesn't have a variant that returns text nodes, but I suppose `children` is a valid substitute for what I'm trying to achieve....
Yeah, I agree. Having something presentable in Hudson would do wonders for making Expresso usable in automation.
How do I do that?
Sorry, but I don't quite understand how to install expresso, then. I downloaded the tarball and then extracted it into a directory in /usr/local/src. I then went into the directory...
Wait, this works if I git clone your repo and make install within it. So this works that way. However, what's the point of having tarballs that can be downloaded,...
I'm installing on another machine. This happens- $ sudo git submodule update Initialized empty Git repository in /usr/local/bin/expresso/deps/jscoverage/.git/ github.com[0: 207.97.227.239]: errno=Connection refused fatal: unable to connect a socket (Connection refused)...
Here's a sample output from Felix Krause (https://krausefx.com/blog/run-xcode-7-ui-tests-from-the-command-line): https://gist.github.com/KrauseFx/79545a9f650f43b58e77#file-uitestexampleoutput
When built on the command line, the screenshots and other test result assets can be found in DerivedData: http://michele.io/test-logs-in-xcode
The thing is, because Books might reference the ID's of rows from multiple tables, I'm not sure if it's all that efficient to join Book on Author, and on Publisher,...
The demo project is no help; it uses uses non-custom mode `HKWMentionsChooserPositionModeEnclosedTop`, and so does not illustrate how we actually implement a custom chooser view. Also, it lacks `#import "HakawaiDemo-Swift.h"`...