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
Currently, all the test reports are embed in the code lines. But it's quite normal that uesrs want a new test report style. A simple solution is that allowing pass a user-defined template.
A suggestion is adding a flag to the following command:
atest run --report-template (my-template.md | my-template.html | https://foo/my-template.html)
Currently, all the test reports are embed in the code lines. But it's quite normal that uesrs want a new test report style. A simple solution is that allowing pass a user-defined template.
A suggestion is adding a flag to the following command:
References
api-testing/pkg/runner/writer_markdown.go
Line 33 in 02d7e23
api-testing/pkg/runner/writer_html.go
Line 33 in 02d7e23
The text was updated successfully, but these errors were encountered: