We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825e7be commit fd56b55Copy full SHA for fd56b55
lib/cypress.ts
@@ -8,7 +8,7 @@ export function runStepWithLogGroup(options: {
8
}) {
9
Cypress.log({
10
name: options.keyword ?? "Step",
11
- message: options.text,
+ message: `**${options.text}**`,
12
groupStart: true,
13
} as object);
14
0 commit comments