Showing posts with label testing. Show all posts
Showing posts with label testing. Show all posts

Sunday, March 28, 2021

An Elixir client for the Nu HTML Checker (v.Nu).

 https://github.com/angelikatyborska/vnu-elixir

v.Nu is a document validity checker used by the W3C. It offers validating HTML, CSS, and SVG documents.

This library brings that functionality to Elixir by using the Checker's JSON API. It offers ExUnit assertions for validating dynamic content in tests, Mix tasks for validating static content, and general purpose functions to fulfill other needs.

Wednesday, August 9, 2017

HOWTO scrape websites with Ruby & Headless Chrome

https://readysteadycode.com/howto-scrape-websites-with-ruby-and-headless-chrome
Web scraping is an approach for extracting data from websites that don’t have an API. This tutorial will show you how to scrape websites with Ruby and Headless Chrome, using Selenium WebDriver.

Tuesday, July 18, 2017

SmashTest.io


http://smashtest.io/#

Smashtest is a lightweight Chrome extension.
An automated way to find bugs, share them, and allow everyone on the team to easily reproduce them.

https://www.reddit.com/r/programming/comments/6nt2hg/built_a_chrome_extension_that_continuously/

Followers

Blog Archive