testName: formatTestName()

in lib/handlers.js [30:37]


            testName: formatTestName(test),
            type: 'image',
            value: imagePath
        });
    };

    const copyAndReportScreenshot = (test, imageName, srcPath) => {
        if (!srcPath || !srcPath.path) {