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 6e2cffc commit f105e9eCopy full SHA for f105e9e
bin/testObservability/cypress/index.js
@@ -14,7 +14,7 @@ const browserStackLog = (message) => {
14
}
15
16
const shouldSkipCommand = (command) => {
17
- return command.attributes.name == 'log' || (command.attributes.name == 'task' && (['test_observability_platform_details', 'test_observability_step', 'test_observability_command', 'browserstack_log'].some(event => command.attributes.args.includes(event))));
+ return command.attributes.name == 'log' || (command.attributes.name == 'task' && (['test_observability_platform_details', 'test_observability_step', 'test_observability_command', 'browserstack_log', 'test_observability_log'].some(event => command.attributes.args.includes(event))));
18
19
20
Cypress.on('log:added', (log) => {
0 commit comments