Sha256: 2ea2e2c092690f453d92e577762772bc5c6f476e331f371ad317aaae68e1c6e6
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
<?xml version='1.0' encoding='UTF-8'?> <testsuites name='myProjectTests.xctest' tests='5' failures='1'> <testsuite name='myProjectTests.RetryTests' tests='5' failures='1'> <testcase classname='myProjectTests.RetryTests' name='testFail'> <failure message='failed - hello world'>myProjectTests/RetryTests.swift:23</failure> </testcase> <testcase classname='myProjectTests.RetryTests' name='testFail' time='0.001'/> <testcase classname='myProjectTests.RetryTests' name='testRegister' time='0.015'/> <testcase classname='myProjectTests.RetryTests' name='testRegisterWithError' time='0.005'/> <testcase classname='myProjectTests.RetryTests' name='testRegisterWithUserAlreadyExistsError' time='0.003'/> </testsuite> </testsuites>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-junit_results-0.0.5 | spec/fixtures/junit-report-retries.xml |