Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qavajs/steps-memory
- Owner: qavajs
- License: mit
- Created: 2022-06-22T08:25:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:40:17.000Z (about 2 months ago)
- Last Synced: 2024-10-29T12:22:02.565Z (about 2 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Homepage:
- Size: 578 KB
- Stars: 20
- 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 memory module## Installation
`npm install @qavajs/steps-memory`
## Configuration
```javascript
module.exports = {
default: {
require: ['@qavajs/steps-memory/index.js']
}
}
```