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

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

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

qa test-automation testing

Last synced: 7 days ago
JSON representation

@qavajs memory steps

Awesome Lists containing this project

README

          

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

## Installation

```
npm install @qavajs/steps-memory
```

## Configuration

```typescript
export default {
require: ['@qavajs/steps-memory/index.js']
}
```