We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2482a commit 77fe6c3Copy full SHA for 77fe6c3
README.md
@@ -21,12 +21,10 @@ In your project folder run:
21
* for JUNIT format: `swift test | testify junit`
22
* for MD format: `swift test | testify md`
23
24
-If no argument or wrong argument added then output format fallbacks to JSON!
25
-
26
You can just use the [Swift Package Manager](https://theswiftdev.com/2017/11/09/swift-package-manager-tutorial/) as usual:
27
28
```swift
29
-.package(url: "https://github.com/binarybirds/testify", from: "1.1.0"),
+.package(url: "https://github.com/binarybirds/testify", from: "1.1.1"),
30
```
31
32
⚠️ Don't forget to add "Testify" to your target as a dependency!
0 commit comments