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

@cplace/cli

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cplace/cli - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

10

dist/commands/e2e/TestRunner.js

@@ -23,7 +23,15 @@ "use strict";

const launcherModule = require(this.getWdioCliExecutable());
let hasFailedTest = false;
for (const plugin of this.plugins) {
const wdioConf = path.join(this.workingDir, plugin, 'assets', 'e2e', WdioConfigGenerator_1.WdioConfigGenerator.WDIO_CONF_NAME);
const launcher = new launcherModule.default(wdioConf, { args: [''] });
yield launcher.run();
const testHasFailed = yield launcher.run();
if (testHasFailed) {
console.warn(`One of the E2E Tests in plugin ${plugin} has failed`);
hasFailedTest = true;
}
}
if (hasFailedTest) {
throw new Error(`One of the E2E Tests has failed`);
}
});

@@ -30,0 +38,0 @@ }

2

package.json
{
"name": "@cplace/cli",
"version": "0.14.2",
"version": "0.14.3",
"description": "",

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

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