HydraLab icon indicating copy to clipboard operation
HydraLab copied to clipboard

[New Feature] Support `.xctestproducts` and Test Plan for XCTest

Open DavidAsulin1 opened this issue 1 year ago • 1 comments

Hello,

I would like to suggest adding support for the .xctestproducts file in XCTest, which includes all the products necessary to execute the test. The .xctestproducts file has been added since Xcode 13.3. The main advantages of using .xctestproducts are:

  • It is very suitable for executing XCTest in a pipeline.
  • It supports choosing which Test Plan to execute (currently, HydraLab relies on the supplied .xctestrun file specific to one test plan).

The suggested changes are:

  • Adding support for .xctestproducts.
  • Adding a new option in the UI that enables the selection of a Test Plan.

These changes should enhance the usability and flexibility of XCTest.

I would love to contribute by working on the backend implementation ☺️

DavidAsulin1 avatar Aug 23 '23 17:08 DavidAsulin1

@DavidAsulin1 Thank you and glad that you would like to join us as a contributor, @lifesaver0129 is the previous contributor for XCTest, you can work together to make this happen. This looks like a promising area, please let us know if you have any questions during the implementation.

hydraxman avatar Sep 06 '23 23:09 hydraxman