Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@empiricalrun/reporter

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/reporter - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.4.1
### Patch Changes
- 8d94a1c: feat: platform specific report urls for appium
## 0.4.0

@@ -4,0 +10,0 @@

4

dist/sources/appium.js

@@ -44,3 +44,5 @@ "use strict";

buildReportLink(filter) {
const base = `https://reports.empirical.run/${this.repoName}/mobile/${this.runId}/index.html`;
const report = (0, utils_1.parseJsonReport)(this.srcFile);
const platform = report.results.environment.osPlatform.toLowerCase();
const base = `https://reports.empirical.run/${this.repoName}/mobile/${this.runId}/${platform}/index.html`;
if (filter && "status" in filter) {

@@ -47,0 +49,0 @@ return `${base}#?q=s:${filter.status}`;

@@ -31,3 +31,7 @@ interface AppiumTest {

tests: AppiumTest[];
environment: Environment;
}
interface Environment {
osPlatform: string;
}
export interface AppiumTestReport {

@@ -34,0 +38,0 @@ results: AppiumResults;

{
"name": "@empiricalrun/reporter",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc