https://github.com/qavajs/steps-visual-testing
Steps to perform visual testing
https://github.com/qavajs/steps-visual-testing
qa test-automation testing
Last synced: 11 months ago
JSON representation
Steps to perform visual testing
- Host: GitHub
- URL: https://github.com/qavajs/steps-visual-testing
- Owner: qavajs
- License: mit
- Created: 2022-10-18T08:10:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T11:31:22.000Z (over 1 year ago)
- Last Synced: 2025-07-03T23:48:59.905Z (12 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Homepage: https://qavajs.github.io/
- Size: 159 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @qavajs/steps-visual-testing
Step library to perform visual testing
## installation
`npm install @qavajs/steps-visual-testing`
## configuration
```javascript
const Memory = require('./memory');
module.exports = {
default: {
require: [
'@qavajs/steps-visual-testing/index.js'
],
memory: new Memory()
}
}
```