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 136c2fe commit 8fa469dCopy full SHA for 8fa469d
bin/accessibility-automation/cypress/index.js
@@ -345,7 +345,7 @@ afterEach(() => {
345
const endLine = Math.min(lines.length, 355);
346
347
const relevantLines = lines.slice(startLine, endLine);
348
- cy.log('Lines around error:', relevantLines.join('\n'));
+ browserStackLog(`Lines around error:`, relevantLines.join('\n'));
349
});
350
browserStackLog(`Exception caught in afterEach: ${error.message}`);
351
if (error && error.stack) {
0 commit comments