Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reports don't get loaded #25

Closed
gnur opened this issue Mar 4, 2014 · 1 comment
Closed

Reports don't get loaded #25

gnur opened this issue Mar 4, 2014 · 1 comment
Labels

Comments

@gnur
Copy link

gnur commented Mar 4, 2014

I used the instructions from #21 to install the wizard, and everything works except for the test results.

I debugged a bit in the file /behat-tools-bundle/Hal/Bundle/BehatTools/Domain/Model/Report.php and noticed that in the function getReportByFeature the null ModelReport always gets returned.
The foreach loop does load some of the XML files generated by behat but it seems like they aren't good enough?

Example xml file:

<?xml version="1.0" encoding="UTF-8"?>
<testsuite errors="0" failures="0" skipped="0" name="anonymous user" tests="2" time="1.103471">
    <testcase classname="anonymous user" name="homepage" time="0.640748" assertions="3">
    </testcase>
    <testcase classname="anonymous user" name="course overview" time="0.457033" assertions="3">
    </testcase>
</testsuite>
@Halleck45 Halleck45 added the bug label Mar 4, 2014
@Halleck45
Copy link
Owner

Behat don't provide the file attribute in the XML report, I don't know why.

Can you open the same ticket in https://github.com/Halleck45/BDDWizard (BehatWizardBundle is deprecated)

Thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants