Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qavajs/steps-memory

steps to perform memory verifications
https://github.com/qavajs/steps-memory

qa test-automation testing

Last synced: about 1 month ago
JSON representation

steps to perform memory verifications

Awesome Lists containing this project

README

        

# @qavajs/steps-memory
Step library to work with memory module

## Installation

`npm install @qavajs/steps-memory`

## Configuration

```javascript
module.exports = {
default: {
require: ['@qavajs/steps-memory/index.js']
}
}
```