UNPKG

@jasbel/wdio-html-nice-reporter

Version:

WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 9

5 lines (4 loc) 135 B
import fs from 'fs-extra'; export default async function copyFiles(srcDir, destDir) { return await fs.copy(srcDir, destDir); }