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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,15 @@ Alternatively, you can use a prebuilt binary release of the tool distributed und
48
48
49
49
### Using Swift Package Manager
50
50
51
-
Add `.package(url: "[email protected]:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.10.2"))` to your `Package.swift`'s `dependencies` section.
51
+
Add `.package(url: "[email protected]:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.10.4"))` to your `Package.swift`'s `dependencies` section.
52
52
53
53
Use SPM to run the command: `swift run xcode-selective-test`.
54
54
55
55
Alternatively, you can use a prebuilt binary release of the tool distributed under [releases](https://github.com/mikeger/XcodeSelectiveTesting/releases) section.
56
56
57
57
### Using [Mint](https://github.com/yonaskolb/Mint)
@@ -83,7 +83,7 @@ NB: This command assumes you have [jq](https://jqlang.github.io/jq/) tool instal
83
83
84
84
Alternatively, you can use CLI to achieve the same result:
85
85
86
-
1. Run `mint run mikeger/[email protected].2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
86
+
1. Run `mint run mikeger/[email protected].4 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
87
87
2. Run tests normally, XcodeSelectiveTesting would modify your test plan according to the local changes
88
88
89
89
### Use case: Xcode-based project, execute tests on the CI, no test plan
@@ -96,7 +96,7 @@ Alternatively, you can use CLI to achieve the same result:
96
96
### Use case: Xcode-based project, execute tests on the CI, with test plan
97
97
98
98
1. Add code to install the tool
99
-
2. Add a CI step before you execute your tests: `mint run mikeger/[email protected].2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
99
+
2. Add a CI step before you execute your tests: `mint run mikeger/[email protected].4 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
0 commit comments