@flakiness/sdk
Advanced tools
@@ -1089,3 +1089,3 @@ // src/playwright-test.ts | ||
| const openMode = this._options.open ?? "on-failure"; | ||
| const shouldOpen = openMode === "always" || openMode === "on-failure" && this._result?.status === "failed"; | ||
| const shouldOpen = !process.env.CI && (openMode === "always" || openMode === "on-failure" && this._result?.status === "failed"); | ||
| if (shouldOpen) { | ||
@@ -1092,0 +1092,0 @@ await cmdShowReport(this._outputFolder); |
+4
-4
| { | ||
| "name": "@flakiness/sdk", | ||
| "version": "0.97.0", | ||
| "version": "0.98.0", | ||
| "private": false, | ||
@@ -48,3 +48,3 @@ "bin": { | ||
| "devDependencies": { | ||
| "@flakiness/server": "0.97.0", | ||
| "@flakiness/server": "0.98.0", | ||
| "@playwright/test": "^1.54.0", | ||
@@ -57,4 +57,4 @@ "@types/babel__code-frame": "^7.0.6", | ||
| "@babel/code-frame": "^7.26.2", | ||
| "@flakiness/report": "0.97.0", | ||
| "@flakiness/shared": "0.97.0", | ||
| "@flakiness/report": "0.98.0", | ||
| "@flakiness/shared": "0.98.0", | ||
| "@rgrove/parse-xml": "^4.2.0", | ||
@@ -61,0 +61,0 @@ "body-parser": "^1.20.3", |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
542009
0119
0.85%+ Added
+ Added
- Removed
- Removed
Updated
Updated