UNPKG

@applitools/execution-grid-tunnel

Version:

Allows user to run tests with exection-grid and navigate to private hosts and ips

6 lines (4 loc) 103 B
const fs = require('fs') module.exports = function (path) { fs.mkdirSync(path, {recursive: true}) }