Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hey guy, thanks for the great work of `mochawesome-report-generator`. I've found for `reportDir` option, it was assigned to `path.resolve(process.cwd(), reportDir, filename)`. But sometimes we need to specify `reportDir` to some other path which is not based on the current working directory of the Node.js process. so `path.resolve(process.cwd(), reportDir, filename)` is actually not 100% customized.I've made the PR to add a `useCwd` option which will enable developer to customized the `reportDir`(actually I need this for my project). Thanks again and wait for your reply
- Loading branch information