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
If you are interested to see only the test specs that fail:
332
+
Now you can usage like below:
333
+
```bash
334
+
$ cd path/to/featurevisor-project-with-yamls
335
+
$ featurevisor-swift test .
336
+
```
330
337
331
-
Example command:
338
+
To install via Swift Package Manager, you need to add it as a dependency under your `Package.swift` file , where `X.X.X` is the version which you want to use.
0 commit comments