-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup test report and publish test result (#396)
- Loading branch information
Showing
5 changed files
with
281 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"reporterEnabled": "spec, mocha-junit-reporter", | ||
"mochaJunitReporterReporterOptions": { | ||
"mochaFile": "./test/simulateTestReport.xml" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites name="Mocha Tests" time="0.010" tests="1" failures="0"> | ||
<testsuite name="Root Suite" timestamp="2023-02-07T04:57:43" tests="0" time="0.000" failures="0"> | ||
</testsuite> | ||
<testsuite name="simulatorProcess" timestamp="2023-02-07T04:57:43" tests="1" file="D:\cordova-simulate\test\simulator.test.js" time="0.007" failures="0"> | ||
<testcase name="simulatorProcess After simulator init, simulator.state should be IDLE" time="0.005" classname="After simulator init, simulator.state should be IDLE"> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |