Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

qa test-automation testing

Last synced: 3 months ago
JSON representation

steps-files

Awesome Lists containing this project

README

        

# @qavajs/steps-files
Step library to work with file system

## Installation
`npm install @qavajs/steps-files`

## Configuration
```javascript
module.exports = {
default: {
require: [
'@qavajs/steps-files/index.js'
],
// add fileTimeout property in case you need to customize built-in interval and timeout
fileTimeout: {
interval: 1000,
timeout: 1000
}
}
}
```