New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@estruyf/github-actions-reporter

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@estruyf/github-actions-reporter - npm Package Compare versions

Comparing version

to
1.8.0-beta.9990096

8

dist/utils/getTestStatusIcon.js

@@ -11,2 +11,6 @@ "use strict";

const lastResult = test.results[test.results.length - 1];
const outcome = test.outcome();
if (outcome === "flaky") {
return "flaky";
}
return (0, getTestOutcome_1.getTestOutcome)(test, lastResult);

@@ -19,4 +23,4 @@ });

}
else if (testOutcomes.includes("skipped")) {
return "⏭️";
else if (testOutcomes.includes("flaky")) {
return "⚠️";
}

@@ -23,0 +27,0 @@ return "✅";

{
"name": "@estruyf/github-actions-reporter",
"version": "1.8.0-beta.9990013",
"version": "1.8.0-beta.9990096",
"description": "GitHub Actions reporter for Playwright",

@@ -5,0 +5,0 @@ "main": "dist/index.js",