XcodeSelectiveTesting icon indicating copy to clipboard operation
XcodeSelectiveTesting copied to clipboard

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

Results 12 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...

We use Tuist and Package.swift to install external dependencies. When we update a dependency, the Package.resolved file is updated. **It seems reasonable to consider changing this file so that selective...

It is not fully supported yet (supporting it requires changes to the `tuist/XcodeProj` code, which is in progress separately), but I belive it covers most cases. Initially, I considered migrating...

I encountered an issue where the xctestplan has 0 test case. Is it acceptable to handle this situation in this way? Thanks.

When modifying `xctestplan`, information in the fields "configurations", "defaultOptions" is erased.

In the target's Build settings, some values contain path to some files that are not explicitly referenced to the target as sources and resources. It would be nice to extract...