All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zegreatrob.jsmints.plugins.wdiotest.timeline-reporter.mjs Maven / Gradle / Ivy

There is a newer version: 6.1.117
Show newest version
import TimelineService from 'wdio-timeline-reporter/timeline-service.js'

export function configure(config, directories) {
    const outputDir = directories.reports + "/timeline";
    config.reporters.push(['timeline', {
        outputDir: outputDir,
    }]);
    config.services.push([TimelineService])
    return config;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy