XcodeSelectiveTesting
XcodeSelectiveTesting copied to clipboard
Not overwrite configurations and defaultOptions keys
When modifying xctestplan, information in the fields "configurations", "defaultOptions" is erased.
Hey, good point. For the moment, the test plan is parsed as Codable, so all the new keys added by Xcode team would be ignored. This approach needs to be re-visited to make the tool future-proof.