We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a2e6b commit 1fc61f0Copy full SHA for 1fc61f0
1 file changed
src/reporter/Style.ts
@@ -68,4 +68,9 @@ export class Plain implements Style {
68
failure: ' FAIL ',
69
error: ' ERROR '
70
}
71
-}
+}
72
+
73
+export class GitHub extends Plain {
74
+ bullet = '::group::';
75
+ end = '::endgroup::';
76
0 commit comments