Skip to content

Commit fd56b55

Browse files
committed
Log step text in bold
1 parent 825e7be commit fd56b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cypress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function runStepWithLogGroup(options: {
88
}) {
99
Cypress.log({
1010
name: options.keyword ?? "Step",
11-
message: options.text,
11+
message: `**${options.text}**`,
1212
groupStart: true,
1313
} as object);
1414

0 commit comments

Comments
 (0)