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
- Host: GitHub
- URL: https://github.com/qavajs/steps-memory
- Owner: qavajs
- License: mit
- Created: 2022-06-22T08:25:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T11:34:19.000Z (10 days ago)
- Last Synced: 2025-11-04T13:16:19.235Z (9 days ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Homepage: https://qavajs.github.io
- Size: 266 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
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']
}
```