guidewire-oss / fern-reporter

A ginkgo test reporter extension for storing test run information and also for reporting html pages
Apache License 2.0
20 stars 11 forks source link

Add references to the fern-ui and fern-reporter projects #70

Open anoop2811 opened 4 months ago

anoop2811 commented 4 months ago

Add references to the fern-ui and fern-ginkgo-client projects in the README.md so that people understand the projects in the ecosystem as well as know what these individual projects are for

Perhaps as a "See Also" section

We also probably need a simple arch diagram that shows the different projects and their interactions

anoop2811 commented 4 months ago

Essentially the flow is :

fern-ginkgo-client --(json)---> fern reporter --(graphql)---> fern-ui
|-----(go templates)--------> embedded html report

anoop2811 commented 4 months ago

We also need to add the compatible versions for each of these projects in this README