-
Notifications
You must be signed in to change notification settings - Fork 118
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
Report not rendering multiline pystring json object #109
Comments
Can you provide a screenshot of the generated html so we do not have to setup your test? |
Thank you for coming back to me PurHur. While examining this a little more. I believe i am not actually seeing a lot of data. I have taken the html from webpage behind firewall in our staging environment. and pasted it in to brackets, and then presented it to a browser. Some UI objects are being presented which i can not see behind firewall. |
So the items with the arrows are not being presented behind firewall |
the read me on https://packagist.org/packages/emuse/behat-html-formatter |
Why is my scenario-overview hidden |
You showed two diffrent reports. The first one (without the arrows) is the old behat2 report style. You can use that with --format behat2 The second one is the twig template which requires jquery and bootstrap to load from external servers. I guess the error is happening because your firewall blocked: https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js (and the other resources) I will merge #114 soon so you can change the template for your needs. |
Thanks again for your help PurHur. As you can see this is REST API tesging. Two years ago i made a fork and i created https://github.com/ijerry/BehatHtmlFormatterPlugin So I am working off Twig version of the report. Not older version So how can i get the new version of the report display the "Scenario-overview" part of the report ? Also in the below diagram around the "STAR" graphic; How can i get the report to display the information here " a JSON PAYLOAD" |
@PurHur |
I am trying to print out the pystring directly because |
@zanderFortinbras You can define your own template or change the old one to something more elaborate. If you done that feel free to make a PR i will include all templates of the community in this repo if you want to share. |
My report will not render/ display the multiline json object.
when i inspect the html in the browser.
I can see the json data.
But it is just not rendered.
The text was updated successfully, but these errors were encountered: