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 e3f7ea2 commit 1a10655Copy full SHA for 1a10655
bin/accessibility-automation/cypress/index.js
@@ -333,6 +333,8 @@ afterEach(() => {
333
let filePath = '';
334
if (attributes.invocationDetails !== undefined && attributes.invocationDetails.relativeFile !== undefined) {
335
filePath = attributes.invocationDetails.relativeFile;
336
+ } else if (attributes.prevAttempts && attributes.prevAttempts.length > 0) {
337
+ filePath = attributes.prevAttempts[0].invocationDetails.relativeFile
338
}
339
const payloadToSend = {
340
"saveResults": shouldScanTestForAccessibility,
0 commit comments