Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qavajs/steps-files
- Owner: qavajs
- License: mit
- Created: 2022-11-03T09:26:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T14:44:40.000Z (3 months ago)
- Last Synced: 2024-10-25T15:53:06.809Z (3 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Size: 499 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
}
}
}
```