Anyone knows why I would be getting an XML shown i...
# intellij
g
Anyone knows why I would be getting an XML shown instead of the test results after running tests? Code under test is in Kotlin, tests run with Spock, XML looks like
Copy code
<ijLog><event type='afterSuite'><ijLogEol/>
  <test id='1.72' parentId='1.1'><ijLogEol/>
    <descriptor name='my.class.name' className='my.class.name' /><ijLogEol/>
    <result resultType='SUCCESS' startTime='1533899133943' endTime='1533899133952'><ijLogEol/>
      <failureType>error</failureType><ijLogEol/>
    </result><ijLogEol/>
  </test><ijLogEol/>
</event></ijLog>