amjadalibb

Results 2 comments of amjadalibb

Can you please use node-fs-extra or mkdirp instead of cy.exec ?

@julianburr Sorry for message after a long time. Try with below, it should work for both windows and mac: var fs = require('fs-extra'); fs.mkdirs('/tmp/some/long/path/that/prob/doesnt/exist', function(err) { if (err) return console.error(err);...