We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using GitBash
git clone https://github.com/adamgruber/mochawesome-report-generator.git
npm install -g mochawesome-report-generator
cd mochawesome-report-generator
marge test/sample-data/test.json -o test/report
✓ Reports saved: ...\mochawesome-report-generator\test\report\test.html
✓ Reports saved: ...\mochawesome-report-generator\test\report\test\sample-data\test.html
On Linux it works well. On Windows I need to specify report file name: marge test/sample-data/test.json -o test/report -f test.html
marge test/sample-data/test.json -o test/report -f test.html
The text was updated successfully, but these errors were encountered:
Thanks, works like a charm!
Sorry, something went wrong.
No branches or pull requests
Steps
Using GitBash
git clone https://github.com/adamgruber/mochawesome-report-generator.git
npm install -g mochawesome-report-generator
(ver 5.2.0)cd mochawesome-report-generator
marge test/sample-data/test.json -o test/report
Expected
✓ Reports saved:
...\mochawesome-report-generator\test\report\test.html
Actual
✓ Reports saved:
...\mochawesome-report-generator\test\report\test\sample-data\test.html
Note
On Linux it works well.
On Windows I need to specify report file name:
marge test/sample-data/test.json -o test/report -f test.html
The text was updated successfully, but these errors were encountered: