-
Notifications
You must be signed in to change notification settings - Fork 57
pxctest doesn't find tests in the test run #30
Comments
Can you please provide the output of |
After I've reinstalled |
Happy to hear that! |
If you don't mind, let's keep this issue open. I bet other users will run into it once updating to Xcode 8.3. |
Would it maybe make sense to create a new release? |
Sure, I can do that. I'm also considering embedding the Swift Runtime Libraries instead of loading them dynamically from the Xcode path. I should probably make a decision and then do a release. |
Great, thanks. |
I have the same issue, I also updated to pxctest version 0.3.3, however I got next issueiPad Air iOS I also noticed that xctestrun file is not generated ok, in the sense the name of the test files are not the same on the xctestrun file . |
After updating to Xcode 8.3 I have switched to the master build of
pxctest
(because 0.3.1 doesn't work with Xcode 8.3) and tried to run our test suite. Pxctest reportedTest run was empty, no tests were executed
error.If I run the test suite with xcodebuild using the command below, all the test files are found and executed .
To run pxctest, I use the following command:
The text was updated successfully, but these errors were encountered: