Hi there,
I am trying to set up TestReports and but I am not being able to do it.
- Our project is modularized, and we have parallel-testing in most of the test targets.
- I’ve disabled xcpretty because I read there were some issues.
This is how my bitrise.yml looks
- xcode-test:
inputs:
- generate_code_coverage_files: ‘yes’
- output_tool: xcodebuild
- xctest-html-report:
inputs:
- generate_junit: ‘false’
- deploy-to-bitrise-io@1.9.2: {}
Whenever a build success, I keep seeing “Testing add-on wasn’t configured correctly”
Has anybody experienced something similar?
Thanks in advance