XcodeSelectiveTesting icon indicating copy to clipboard operation
XcodeSelectiveTesting copied to clipboard

Xcode selective testing: Run only tests relevant to the changeset.

Results 5 XcodeSelectiveTesting issues
Sort by recently updated
recently updated
newest added

I received this request from fellow colleagues. It is possible right now to execute the tool for every test plan individually, but it's not ideal since it would have to...

Develop a use case to support a version regression testing: The tool can be potentially used to highlight changed packages/targets for the release, so it would be possible to know...

Currently, the changes made are being determined by the command `git diff ..`. This command results in changes made in the destination branch as well. Some CI tools have option...

enhancement

It's not possible to zoom into huge dependency graphs. The browser is not allowing this zoom level.

Perhaps I misunderstood something in the readme and am not using this correctly, but I've: - added the SPM dependency to Xcode - right-clicked my project - selected the XcodeSelectiveTesting...