Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AppraiseQA/appraise
The main NPM/Command line tool for Appraise -- painless visual test automation
https://github.com/AppraiseQA/appraise
acceptance-testing approval-testing javascript regression-tests specification-by-example visual-tests
Last synced: 6 days ago
JSON representation
The main NPM/Command line tool for Appraise -- painless visual test automation
- Host: GitHub
- URL: https://github.com/AppraiseQA/appraise
- Owner: AppraiseQA
- License: mit
- Created: 2017-07-09T11:01:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T21:27:30.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T17:35:46.000Z (about 2 months ago)
- Topics: acceptance-testing, approval-testing, javascript, regression-tests, specification-by-example, visual-tests
- Language: JavaScript
- Homepage: http://appraise.qa
- Size: 1.58 MB
- Stars: 644
- Watchers: 32
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Appraise
[![Install from NPM](https://img.shields.io/npm/v/appraise.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/appraise)
[![Chat on Gitter](https://badges.gitter.im/AppraiseQA/Lobby.png)](https://gitter.im/AppraiseQA/Lobby)
[![MIT License](https://img.shields.io/npm/l/appraise.svg?maxAge=2592000?style=plastic)](https://github.com/appraisejs/appraise/blob/master/LICENSE)## Painless visual test automation
![](templates/assets/logo.png)
Appraise is a tool for visual approval testing. It can help you:
- Review and approve changes to web pages, visual layouts and browser components quickly through visual inspection
- Automate acceptance/regression tests for visual look and feel in a visual language, rather than xUnit style code
- Publish easily maintainable/verifiable developer docs with visual examples to Github easily (markdown) or as a static site (html)
- Start Spec by Example/BDD from a sketch (hand-drawn, wireframe, or from a graphic tool), easily compare actual outcomes, then just approve the final result to make a regression testThis is what it will help you do in the near future:
- Speed up visual exploratory testing by making it easier to rebuild visual components from example data/configuration
- Run visual tests quickly/in parallel using AWS LambdaFor a more detailed introduction on when Appraise might be useful and why we built it, check out:
* [Painless Visual Testing](https://vimeo.com/album/4897573/video/247763289) presentation from Agile Tour Vienna 2017.
* [Slides from the Painless Visual Testing presentation](https://www.slideshare.net/gojkoadzic/painless-visual-testing)
* [Automating Visual Testing with Appraise](https://www.infoq.com/news/2018/05/automated-visual-testing/), interview with Gojko Adzic for InfoQ## In action
![](screenshot.png)
## Examples
The files in the [Examples](examples) directory are automated tests, described in Markdown, that nicely render when viewed in GitHub and serve as living documentation for the tool. Check out the raw markdown source to see how the tests are set up.
## Use Appraise
* Check out the [Getting started](examples/getting-started.md) guide to learn about the basics.
* The [Docs](docs/README.md) directory contains all the information on command-line arguments.
* For more info on writing and managing tests, check out:
* [Creating test pages](examples/creating-test-pages.md)
* [Customising execution](examples/customising-execution.md)
* [Fixture types](examples/fixture-types.md)
* [Formatting examples](examples/formatting-examples.md)
* [Controlling screenshots](examples/controlling-screenshots.md)## Get help
Head over to the [AppraiseQA Chat on Gitter](https://gitter.im/AppraiseQA/Lobby) and let's talk about it!
## Status
**Alpha** -- useful to us, let's make it useful to you together.
We've been using Appraise for a while now for developing [MindMup](https://www.mindmup.com) so it is quite usable for our usage scenarios, but it's likely that we've not covered 100% of what you need.
Assume that before version 1.0, important stuff is likely going to change in a backwards-incompatible way based on community feedback.
## Contribute to Appraise
Here's a list of [tasks](tasks.md) that we plan to do, so join in and take one of those!
## License
MIT, see the [license](LICENSE) file.