Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanlacey/screener-rb-functional
An (unofficial) example of integrating Screener into your Functional Tests for Sinatra
https://github.com/dylanlacey/screener-rb-functional
Last synced: about 6 hours ago
JSON representation
An (unofficial) example of integrating Screener into your Functional Tests for Sinatra
- Host: GitHub
- URL: https://github.com/dylanlacey/screener-rb-functional
- Owner: DylanLacey
- Created: 2019-11-21T04:03:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:53:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T06:44:00.503Z (over 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screener-rb-functional
This repo contains an example of a functional test suite integrated with [Screener](https://screener.io).# Why?
[Screener.io](https://screener.io) is a great tool for doing visual comparison of website versions. It checks differences in layout, text and structure, and will highlight added, removed or changed elements.This makes Screener a great tool for ensuring unrelated changes don't impact the look and feel of your site.
Screener can be integrated into a standard functional test suite, which is what this repo demonstrates.
# How?
Computers. Always Computers. Never Goats.