All Projects → mojoaxel → Awesome Regression Testing

mojoaxel / Awesome Regression Testing

Licence: cc-by-sa-4.0
🕶️ A curated list of resources around the topic: visual regression testing

Projects that are alternatives of or similar to Awesome Regression Testing

pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-98.5%)
Mutual labels:  phantomjs, selenium
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (-83.04%)
Mutual labels:  hacktoberfest, selenium
kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (-98.88%)
Mutual labels:  phantomjs, selenium
Panther
A browser testing and web crawling library for PHP and Symfony
Stars: ✭ 2,480 (+54.61%)
Mutual labels:  hacktoberfest, selenium
Pyleniumio
Bring the best of Selenium and Cypress into a single Python package
Stars: ✭ 61 (-96.2%)
Mutual labels:  hacktoberfest, selenium
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (-84.79%)
Mutual labels:  hacktoberfest, selenium
Pywhatsapp
Python Automation using selenium & Scheduling of messages and media
Stars: ✭ 257 (-83.98%)
Mutual labels:  hacktoberfest, selenium
TqExtension
Test your Drupal 7 (D8 in progress) sites easier with TqExtension for Behat.
Stars: ✭ 13 (-99.19%)
Mutual labels:  phantomjs, selenium
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (-37.84%)
Mutual labels:  selenium, phantomjs
Crack Geetest
滑动验证码破解示例,仅供学习使用。
Stars: ✭ 539 (-66.4%)
Mutual labels:  selenium, phantomjs
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-87.84%)
Mutual labels:  hacktoberfest, selenium
Splashr
💦 Tools to Work with the 'Splash' JavaScript Rendering Service in R
Stars: ✭ 93 (-94.2%)
Mutual labels:  selenium, phantomjs
Js Nightwatch Recorder
🌙 ⌚️ NightwatchJs recorder for Chrome
Stars: ✭ 122 (-92.39%)
Mutual labels:  hacktoberfest, selenium
TRA-Ticket-Booker
(已不適用新版臺鐵訂票系統,且不再更新)台灣鐵路訂票應用程式(臺鐵 / 台鐵 / 訂單程票 / 訂來回票),基於 Selenium + PyQt4。
Stars: ✭ 26 (-98.38%)
Mutual labels:  phantomjs, selenium
Gemini
💀💀💀[DEPRECATED] Use hermione
Stars: ✭ 1,505 (-6.17%)
Mutual labels:  selenium, visual-regression
Browsershot
Convert HTML to an image, PDF or string
Stars: ✭ 3,526 (+119.83%)
Mutual labels:  hacktoberfest, phantomjs
Echo360
Commandline tool for automated downloads of echo360 videos hosted by university
Stars: ✭ 81 (-94.95%)
Mutual labels:  selenium, phantomjs
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (-93.77%)
Mutual labels:  hacktoberfest, selenium
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-93.33%)
Mutual labels:  hacktoberfest
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-93.45%)
Mutual labels:  hacktoberfest

Awesome Visual Regression Testing Awesome

Curated list of awesome visual regression testing resources.

Regression testing is a type of software testing which verifies that software which was previously developed and tested still performs the same way after it was changed or interfaced with other software. The purpose of regression testing is to ensure that changes to the software have not introduced new faults.

Foreword

This is intended to be an incomplete list of resources about visual regression testing. It is not tailored to a specific area or role (Developer/QA/UX-Designer). Note that this is for all areas of regression software testing after the code in question is written. For a awesome list on general software testing see e.g. awesome-testing.

Finally, I'm sure everyone who reads this list has one thing they want to add. Please read the How to Contribute page and Feel free to add to the list!!. If you think this is helpful Please give a Star ★.

Contents

General information

Browser automation

  • Selenium - Browser automation framework and ecosystem.
  • SlimerJS - Scriptable browser like PhantomJS, based on Firefox.
  • trifleJS - Headless automation for Internet Explorer.
  • CasperJS - Navigation scripting and testing utility for PhantomJS and SlimerJS.
  • Webdriver.io - Node.js bindings implementation for the W3C WebDriver protocol.
  • Navalia - Browser Automation based on headless Chrome and GraphQL.
  • Chromeless - Chrome automation made simple. Runs locally or headless on AWS Lambda.
  • Cypress.io - An automation framework that runs in-browser.

Tools and frameworks

  • OSnap - The speedy and easy to use Snapshot Testing tool for your project (1200 snapshots will run in under 3 minutes).
  • basset - Open source platform for generating and reviewing visual differences. Supports multiple browsers, integrations for github and slack.
  • AyeSpy - 44 image comparisons in 90 seconds.
  • Wraith - Easy to use ruby tool with docker support.
  • BackstopJS - Config-driven automated screenshot test framework.
  • Galen - Java framework based on Selenium.
  • Creevey - Cross-browser visual testing with magic. Feature-rich tool with UI Runner, Tests Hot Reloading, Docker and Storybook integration.
  • CSSCritic - Lightweight CSS regression testing.
  • Spectre - Provides image comparison capabilities and an admin interface for managing screenshots.
  • Shoov - UI regression and functional testing focused on Drupal 7 sites.
  • qd_screenshottests - CasperJS-based UI regression and functional testing focused on Drupal 8 sites.
  • Look-alike - Chrome Extension for taking and comparing screenshots.
  • Hardy - Selenium-driven, cucumber-powered CSS testing.
  • TestCafe - Automated browser testing for the modern web development stack.
  • Needle - Needle is a tool for testing visuals with Selenium and nose (Python).
  • gatling - Integrated visual RSpec matcher which makes real visual testing easy (Ruby).
  • grunt-photobox - Plugin to prevent your project of broken layout via screenshot photo sessions of your site.
  • vrtest - JavaScript library for running visual regression tests on your components cross browser via selenium.
  • Happo - Visual diffing in CI for user interfaces.
  • reg-cli - Visual regression test tool which output easy-to-read single file html report.
  • Nightmare - High-level browser automation library based on Electron.
  • Puppeteer - Headless Google Chrome Node API.
  • Playwright - Node library to automate Chromium, Firefox and WebKit with a single API.
  • reg-suit - Visual regression testing suite which compares images, stores snapshots, and notifies the difference to your GitHub repo.
  • Chimp - Develop acceptance tests & end-to-end tests with realtime feedback.
  • Differencify - A library for visual regression testing using Puppeteer.
  • ResembleJS - Analyse and compare images with Javascript and HTML5.
  • Muppeteer - Visual regression testing framework for Chrome using Mocha and Puppeteer.
  • ember-visual-test - Simple visual regression testing for Ember.
  • AET - Scalable testing tool providing visual regression testing, accessibility and performance validation, markup analysis and more.
  • Wendigo - Test-oriented browser automation library based on Puppeteer.
  • Loki - Visual regression testing for Storybook using Chrome in docker et al.
  • Zombie.js - Insanely fast, headless full-stack testing using Node.js.
  • CodeceptJS - Modern Era Acceptance Testing Framework for NodeJS.
  • FuncUnit - A functional test suite based on jQuery
  • Nightwatch - Automated testing and continuous integration framework based on Node.js and using the Webdriver protocol.
  • Protractor - E2E test framework for Angular apps.
  • jest-puppeteer-react - Visual regression testing with Jest and puppeteer for React components
  • test-crawler - Visual regression testing, by crawling a website and providing snapshot comparison reports.
  • wdio-visual-regression - Visual regression tool for webdriver.io
  • Selenide - Framework powered by Selenium WebDriver for writing easy-to-read and easy-to-maintain automated tests in Java.
  • Karma - A test runner by the AngularJS team, that fits all our needs.

Online services

  • BrowserStack - Free for Open Source. Supports Selenium Webdriver.
  • LambdaTest - Perform Automated and Live Interactive Cross Browser Testing on 2000+ Real Browsers and Operating Systems Online.
  • screener.io - For React, looks open source.
  • applitools - Cloud base visual tests.
  • percy.io - Continuous visual reviews for web apps.
  • screenster.io - Cloud based automation testing platform for web and mobile UI.
  • browserling - LIVE interactive cross-browser testing.
  • Browser Shots - Screenshots only.
  • Ghost Inspector - See introduction video.
  • CrossBrowserTesting - Manual & exploratory testing on 1500+ real browsers and mobile devices.
  • Argos-CI - Automate visual regression testing.
  • Diffy - Cloud based visual regression tool. Uses puppeteer and proprietary comparison algorithm (detect layout shifts). Great scalability with AWS Lambda.
  • Chromatic - Visual testing and UI review for component libraries. Cloud-based. Video
  • VisWiz.io - Flexible visual regression testing service.
  • Happo - Cloud-based screenshot testing service with support for multiple browsers.
  • Visual Knight - Cloud-based visual testing platform with realtime results for testing tools.
  • Axcept - Testing for the whole team. Up to 100 tests in parallel. Endpoint Mocking. Code Coverage.
  • Fluxguard - Screenshot pixel and DOM change comparisons and regressions.
  • Vidiff - Cloud-based visual regression testing across stages.
  • Reflect - Visual regression testing and test automation tool.
  • Visual Regression Tracker - Open Source selfhosted service for visual regression testing
  • Micoo - Open source service for all UI application visual regression solution

Blog posts

Books

  • Regression, a Friendly Guide - A friendly, fun guide to making accurate predictions and revealing relationships in your data using linear and logistic regression.

Slideshows, talks and videos

Deprecated

The following projects are no longer maintained actively but are still worth mentioning because of their user base.

  • PhantomJS - Scriptable Headless WebKit. No longer maintained since 2 June 2018.
  • PhantomCSS - Visual/CSS regression testing with PhantomJS or SlimerJS. No longer maintained since 22 Dec 2017.
  • PhantomFlow - Experimental approach to UI testing, based on Decision Trees.
  • DalekJS - Automated cross browser testing with JavaScript. No longer maintained since 4 Jun 2017.
  • dpxdt - End-to-end testing with Python.
  • Visual Review - A human-friendly tool for testing and reviewing visual regressions.
  • Huxley - Python framework based on Selenium Webdriver.
  • WebdriverCSS - WebdriverCSS sits on top of Webdriver.io and hooks into Selenium.
  • Gemini - Feature rich framework with support for Selenium and CasperJS. Gemini is deprecated, use hermione instead.
  • OcularJS - uses PhantomJS.

Miscellaneous

Contributing

See the Contribution Guide for details on how to contribute.

Code of Conduct

See the Code of Conduct for details. Basically it comes down to:

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

License

CC-BY-SA

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. License holders are all contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].