New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@devassure/cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devassure/cli - npm Package Compare versions

Comparing version
1.1.4
to
1.1.5
+2
-2
package.json
{
"name": "@devassure/cli",
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"description": "DevAssure CLI application",
"description": "DevAssure O2 Agent CLI",
"main": "dist/index.js",

@@ -7,0 +7,0 @@ "engines": {

@@ -1,5 +0,16 @@

# DevAssure Invisible (QA) Agent CLI
# DevAssure O2 Agent CLI
Command-line interface for DevAssure Invisible (QA) Agent - executes end to end UI tests from natural language instructions and csv files. CLI can be used to run tests by integrating into CI/CD pipelines.
The DevAssure O2 Agent CLI is a command-line interface that brings intelligent, code-aware testing directly into your development workflow.
It automatically analyzes code changes, identifies impacted areas, and generates the right end-to-end tests to run—so you only test what matters.
With support for natural language instructions and CSV-driven inputs, O2 enables fast creation and execution of UI tests without heavy scripting.
Seamlessly integrate the CLI into your CI/CD pipelines to:
- Validate every pull request with targeted test coverage
- Catch regressions early in the development cycle
- Ensure confident, reliable releases
Learn More - https://www.devassure.io/o2-testing-agent
## Prerequisites

@@ -6,0 +17,0 @@ - Node.js 18+

Sorry, the diff of this file is too big to display