rIIh / dart_test_reporter

This repository contains various tools and utilities for generating and deploy reports for Dart applications. https://pub.dev/packages/allure_report https://pub.dev/packages/allure_server_cli
https://riih.github.io/dart_test_reporter/
MIT License
1 stars 0 forks source link

Interested in contributing in this project #1

Open ckxddd0324 opened 1 month ago

ckxddd0324 commented 1 month ago

Hello,

I m trying to use allure report for my flutter integration test project and I came across this project, it seems like something that I need and I am interested in working this project.

Thanks, C

rIIh commented 1 month ago

Hi! Glad to see you here :-)

How can I help you? Did you try it already or it is unclear how to setup it?

Allure Reporter has basic functionality. It has tests, groups, features, stories, links and etc. It is lack of metadata, like runner info, environment and documentation

I don't have full list of needed features so cant say what is need to be done. If you have any insight please share)

Also I see example report was not generated after last changes. Now it is fixed, you can check it on repository main page

ckxddd0324 commented 1 month ago

Thanks for the reply. I m looking to do some html reporting for flutter integration test report. Currently we are using the junit xml and the default xml junit plugin from jenkins. But it is difficult to see as the test suites grow, so I want to look something like allure or some html test report, for example xunit viewer in node.