authorjapps/zerocode

Github damianszczepanik cucumber-reporting integration poc

オープン

#215 opened on 2019/02/28

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Java (447 件のフォーク)auto 404
feature-requestgood first issuehelp wanted

Repository metrics

Stars
 (1,010 個のスター)
PR merge metrics
 (平均マージ 1d 4h) (30d で 1 merged PR)

説明

From twitter: https://twitter.com/bbrannic/status/1077892960426041344

The following repo has a good reporting solution which expects the test-run results in JSON format https://github.com/damianszczepanik/cucumber-reporting

Zerocode already produces test-run results in JSON format. Some subset of data from this is used for CSV reporting and some for HTML reporting.

Currently it uses extent-reporting for drawing aggregates, search/filter, fuzzy text matching etc

<dependency>
    <groupId>net.masterthought</groupId>
    <artifactId>cucumber-reporting</artifactId>
    <version>(check version above)</version>
</dependency>

TODO- (ACs)

  1. Can anyone pick this as a POC to see if we have all the data available for drawing the cucumber-reporting HTML graph ?

  2. Figure out if there are any optional and mandatory firlds in the cucumber-reporting drawing.

  3. If we have all the necessary fields available in the raw JSON, then draw a sample report and attach it to this ticket or your own repo e.g. sample

  4. Also verify the responsiveness of the drawn report for sanity only(optional)

Reference

Please reachout to the collaborators/authors @damianszczepanik for any low lavel details as and when needed.

コントリビューターガイド