-
https://travis-ci.org/GabLeRoux/example-pod-using-restkit/builds/348243600#L1034
```
set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/example-pod-using-restkit.xcworks…
-
Can do something similar to https://github.com/atilaneves/cmake-ide that automates a lot of the glue to get completion / code navigation working.
Navigation -> https://github.com/Andersbakken/rtags/i…
-
It would nice to have xcpretty formatter that supports GitHub Actions warnings and errors.
Similar to travis formatter: https://github.com/kattrali/xcpretty-travis-formatter
Currently when xcode…
paulz updated
2 years ago
-
I'm trying to get HTML report using xcpretty for my iOS app tests (using Earlgrey framework).
Whenever the test cases fails it gives exception and fails the test case. The xcpretty report takes failu…
-
I use clangd for autocompletion,but the xcpretty outout compiler_json_file can not parse in clangd
-
XCPretty says it failed but doesn't indicate why (I have to manually run xcodebuild to find out):
```
$ make tests
=> Running tests
** TEST FAILED **
▸ Building Pods/Pods-Redacted-AFNetworking [Deb…
kylef updated
9 years ago
-
Hello everyone.
First of all I'm totally new on programming. I'm using mac mini (macOS High Sierra) When I put this "gem install xcpretty" to terminal; it says "You don't have write permissions for t…
-
I am trying to integrate infer into the gitlab-CI.
But the "infer capture" phase takes a really long time, which makes it impossible to run infer in CI.
The test time is:
```
build phase time used…
-
I have installed danger-xcodebuild. But when I use it in shell, then get an error.
$ xcodebuild.json_file = "./fastlane/reports/xcpretty-json-formatter-results.json"
-bash: xcodebu…
-
Currently `xcbeautify` (with the GitHub Actions parser) parses errors inline where they occur. This makes it difficult to get a quick summary of the failed cases and reasons, like what we had with `xc…