microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/mochaReporterConfig.json

11lines · modecode

1{
2 "reporterEnabled": "mocha-junit-reporter, mochawesome",
3 "mochaJunitReporterReporterOptions": {
4 "mochaFile": "./ExtensionTests.xml"
5 },
6 "mochawesomeReporterOptions": {
7 "reportDir": "../mochawesome-report",
8 "reportFilename": "Rn-Test-Report",
9 "quiet": true
10 }
11}