Skip to content

Commit a94d0ce

Browse files
Merge pull request #23 from stroveio/newTestResults
quick fix
2 parents 7fecd9f + 887a260 commit a94d0ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/automaticTest.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ const startAutomaticTest = () => {
130130
sendOutput("Test Failed.");
131131
}
132132

133-
if (process.env.TEST_REPORT_PATH) {
133+
if (
134+
process.env.TEST_REPORT_PATH &&
135+
process.env.SHOW_TEST_REPORT
136+
) {
134137
reloadWebview({
135138
panel: webviewPanel,
136139
path: `/home/strove/project/${process.env.TEST_REPORT_PATH}`,

0 commit comments

Comments
 (0)