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

@actualwave/traceability-matrices

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actualwave/traceability-matrices - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

13

package.json
{
"name": "@actualwave/traceability-matrices",
"version": "0.0.3",
"types": "dist/acorn.d.ts",
"version": "0.0.4",
"types": "cypress.d.ts",
"bin": {

@@ -21,2 +21,11 @@ "traceability-matrices": "./cli.js"

],
"author": "Oleg Galaburda <burdiuz@gmail.com> (https://actualwave.com/)",
"homepage": "https://github.com/burdiuz/traceability-matrices",
"repository": {
"type": "git",
"url": "https://github.com/burdiuz/traceability-matrices.git"
},
"bugs": {
"url": "https://github.com/burdiuz/traceability-matrices/issues"
},
"engines": {

@@ -23,0 +32,0 @@ "node": ">=14.0.0"

21

README.md

@@ -6,14 +6,25 @@ # @actualwave/traceability-matrices

Integrate requirements into e2e/integration test code and generate traceability matrices for your project. Currently it has an adapter to work with Cypress.
![One file project](./project_a.png)
![Multi-file project](./project_c.png)
![One file project](https://github.com/burdiuz/traceability-matrices/blob/master/screenshots/project_a.png?raw=true)
![Multi-file project](https://github.com/burdiuz/traceability-matrices/blob/master/screenshots/project_c.png?raw=true)
## Installation
NPM
`npm install -D @actualwave/traceability-matrices`
```
npm install -D @actualwave/traceability-matrices
```
Yarn
`yarn add -D @actualwave/traceability-matrices`
```
yarn add -D @actualwave/traceability-matrices
```
## Usage
Add a script to your package.json
`traceability-matrices serve --target-dir=<folder with coverage reports>`
```
traceability-matrices serve --target-dir=<folder with coverage reports>
```

@@ -20,0 +31,0 @@ ## Cypress integration

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