grasshopper

Results 71 comments of grasshopper

Are u referring to the adapter in the CucumberOptions plugin option? How are u using it? Attach the stacktrace. Consider cleaning up your pom. U are mixing cucumber versions 5.4.2...

Ideally this should not be the dashboard display for Cucumber. The "Log Events" doughnut is not present. This seems to be the TEST analysis strategy display. Extentreport automatically uses the...

This '-' is used for toggling the display. If you inspect the '-' element (span class='jstFold') in the browser, there is an onclick event JSONTree.toggle(). This does not seem to...

Adding code from [standard-content.ftl](https://github.com/extent-framework/extentreports-java/blob/v5.0.9/src/main/resources/com/aventstack/extentreports/templates/spark/partials/standard-content.ftl) to recurse_nodes.ftl below following line https://github.com/extent-framework/extentreports-java/blob/34120248af771356aad55ea359febae131bfa128/src/main/resources/com/aventstack/extentreports/templates/spark/macros/recurse_nodes.ftl#L24 ``` ${l.status?string} ${l.details} ``` Maybe a separate ftl file with the generated log display logic would help. ![logfix](https://user-images.githubusercontent.com/10829355/145570645-b650cf5e-f8a1-4ffe-9ca2-5f2f29af70ae.png)

If u have existing Extent JSON report or can generate the JSON report then you can merge them to generate a combined Spark report using this utility - https://github.com/grasshopper7/extentreports-merge. For...

Hi, Will create a pull request surely next week. Had gone down the rabbit hole dealing with pdfbox for the last 3 weeks. Had a couple of other requests for...

Will wait for the release. Thx. Had implemented the use case of returning the PDPage instance for the table start, which I explained in an earlier comment above. It worked...

Hi @vandeseer, Can you mention your thoughts on the second point in the comment above. - https://github.com/vandeseer/easytable/issues/111#issuecomment-766156908. Sorry to be a bother. Thanks.

Can this work if an additional method is introduced, addHeader() which makes it explicit that needs a minimum of one data row to follow for display?

I have coded something similar for annotations with destination. U can find it here - https://github.com/grasshopper7/cucumber-pdf-report/tree/master/cucumber-pdf-report/src/main/java/tech/grasshopper/pdf/annotation/cell. This is kind of coupled to other code but if u r interested to...