UI Test Target Application
pedyard opened this issue · 4 comments
After running xcake make
and creating a UI Testing target, it would seem that the Target Application is never set. Is this a problem with XCake or does this explicitly have to be specified in the Cakefile?
Good catch! It's a bug - fixed it now, please update to 0.9.4 💪🏻
Thank you for the quick response. I've updated to 0.9.4, but it doesn't seem to be working. The Target Application is still set to None. The target itself is called ProjectXUITests whereas the product name is ProjectX, if that matters.
I'm using it in my own project - the Xcode UI isn't appearing correctly but the tests are running okay.
Ignore that. Even though Target Application is still none, the tests still successfully run, so it's ok.