You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stealing idea from https://github.com/status-im/nim-ws:
nim-ws is using github pages to store it's automatically generated test report using this github action plugin.
found this excellent report generator https://www.npmjs.com/package/mochawesome-report-generator
we only need to generate mocha test report json file.
and then the report generator will generate a nicely formatted html
and then we can use the above gha to deploy the results.
this is the POC of peaceiris/actions-gh-pages combined with mochawesome-report-generator
applied to nim-graphql can be viewed here https://status-im.github.io/nim-graphql/
time to polish it and make it more generic for everyone to use.
stealing idea from https://github.com/status-im/nim-ws:
nim-ws is using github pages to store it's automatically generated test report using this github action plugin.
and you can see the result here: https://status-im.github.io/nim-ws/
what we need is convert our markdown generator to produce something more suitable for display.
The text was updated successfully, but these errors were encountered: