You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple test steps, and as a result end up with multiple .xcresult files.
I tried passing all the result bundle paths to a single xcresulttool action, but if not all the .xcresult files have been generated for a run, then the action immediately fails with a no such file or directory error.
This is a problem since if some test steps are skipped due to an earlier failure, not all of the possible .xcresult files will be generated, making the ability to pass multiple result bundles to the same xcresulttool step useless to us
The text was updated successfully, but these errors were encountered:
We have multiple test steps, and as a result end up with multiple .xcresult files.
I tried passing all the result bundle paths to a single xcresulttool action, but if not all the .xcresult files have been generated for a run, then the action immediately fails with a
no such file or directory
error.This is a problem since if some test steps are skipped due to an earlier failure, not all of the possible .xcresult files will be generated, making the ability to pass multiple result bundles to the same xcresulttool step useless to us
The text was updated successfully, but these errors were encountered: