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
The custom logger package allows you to create your own reports simply by passing the file path of the template to the test logger. The current documentation is still in progress, a list of template properties are available [here](docs/Properties.md).
41
+
The custom logger package allows you to create your own reports simply by passing the file path of the template to the test logger. The list of template properties are available [here](docs/Properties.md).
59
42
60
43
[Sample Report](docs/samples/xUnit.txt) (using example template below)
61
44
@@ -86,7 +69,10 @@ The custom logger package allows you to create your own reports simply by passin
86
69
4. Report will be generated in the test results folder
87
70
88
71
89
-
More liquid template documentation is available on the [Shopify Github](https://shopify.github.io/liquid/basics/introduction/).
72
+
73
+
For a more detailed example, take a look at included [Markdown template](.\src\LiquidTestReports.Markdown\Resources\MdReport.md).
74
+
75
+
*More liquid template and syntax documentation is available on the [Shopify Github](https://shopify.github.io/liquid/basics/introduction/).*
0 commit comments