Halleck45/BDDWizard

Reports don't get loaded

Opened this issue · 0 comments

gnur commented

(Duplicate of Halleck45/BehatWizardBundle#25)

Reports never get loaded in the interface. The status of the feature is "pending".

Folder structure:

features:
basis.feature  bootstrap

reports:
TEST-basis.xml

Content of TEST-basis.xml

<?xml version="1.0" encoding="UTF-8"?>
<testsuite errors="0" failures="0" skipped="0" name="anonymous user" tests="3" time="2.224338">
    <testcase classname="anonymous user" name="homepage" time="0.486065" assertions="3">
    </testcase>
    <testcase classname="anonymous user" name="course overview" time="0.386821" assertions="3">
    </testcase>
    <testcase classname="anonymous user" name="log in" time="1.341320" assertions="7">
    </testcase>
</testsuite>