allure-npm
allure-npm copied to clipboard
NPM wrapper for Allure commandline
Currently the command line tool has no type support. It would be nice if we could provide a minimal type definition so we can do this in TypeScript without having...
In case, the CWD contains white-space, the command does not work. Same issue as https://github.com/nodejs/node/issues/7367 This can be fixed here as well (in `index.js`): ```javascript return require('child_process').spawn('"' + path.join(__dirname, 'dist/bin',...
This command shows " No such file or directory " error if there is white space in the name of any directory in the current working directory.
Commit a40732948a4a5ad9a23394eab16ddd24825726e0 enabled the `shell` option to fix running on Windows, but that's unsafe and breaks handling of spaces and special characters. Arguments provided to Windows batch files in particular...