Skip to content

Commit ad2b9f3

Browse files
kaptronlgandecki
authored andcommitted
feat: Makes the console.log **bold** when it logs each step (#171)
1 parent 270106e commit ad2b9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cukejson/cucumberDataCollector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CucumberDataCollector {
2121
Cypress.log({
2222
name: "step",
2323
displayName: step.keyword,
24-
message: `${step.text}`,
24+
message: `**${step.text}**`,
2525
consoleProps: () => ({ feature: this.uri, step })
2626
});
2727
};

0 commit comments

Comments
 (0)