@empiricalrun/reporter
Advanced tools
Comparing version 0.2.0 to 0.3.0
# @empiricalrun/reporter | ||
## 0.3.0 | ||
### Minor Changes | ||
- 6c9bcc0: feat: added appium report source | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const appium_1 = require("../sources/appium"); | ||
const playwright_1 = require("../sources/playwright"); | ||
@@ -137,2 +138,5 @@ const utils_1 = require("../utils"); | ||
} | ||
else if (reportType == "appium") { | ||
reportSource = new appium_1.AppiumReportSource(repoName, runId); | ||
} | ||
else { | ||
@@ -139,0 +143,0 @@ console.log(`report type (fourth arg) must be "playwright".`); |
{ | ||
"name": "@empiricalrun/reporter", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19506
21
429
0
3