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
Display the source diff
Display the rich diff
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: "git@github.com:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.11.2"))` to your `Package.swift`'s `dependencies` section.
51
+
Add `.package(url: "git@github.com:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.11.3"))` 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/XcodeSelectiveTesting@0.11.2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
86
+
1. Run `mint run mikeger/XcodeSelectiveTesting@0.11.3 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/XcodeSelectiveTesting@0.11.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/XcodeSelectiveTesting@0.11.3 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
100
100
3. Execute your tests
101
101
102
102
### Use case: GitHub Actions, other cases when the git repo is not in the shape to provide the changeset out of the box
0 commit comments