Showing posts with label testing. Show all posts
Showing posts with label testing. Show all posts
Saturday, May 7, 2022
Monday, March 21, 2022
Tuesday, September 28, 2021
Monday, May 31, 2021
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.
Saturday, March 27, 2021
Saturday, September 26, 2020
Friday, July 10, 2020
Monday, June 22, 2020
Tuesday, June 16, 2020
Thursday, December 12, 2019
Friday, November 22, 2019
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.
Labels:
automation,
headless-chrome,
ruby,
testing
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/
https://www.reddit.com/r/programming/comments/6nt2hg/built_a_chrome_extension_that_continuously/
Labels:
testing,
tools,
web applications
Tuesday, July 11, 2017
Tuesday, December 29, 2015
RSpec & Capybara related
RSpec related:
http://www.chrisdpeters.com/introduction-feature-specs-rspec/
https://www.madetech.com/blog/feature-testing-with-rspec
https://robots.thoughtbot.com/rspec-integration-tests-with-capybara
https://about.futurelearn.com/blog/how-we-write-readable-feature-tests-with-rspec/
Nice detailed series (RSpec beginner) - http://everydayrails.com/2012/03/12/testing-series-intro.html
Capybara related:
https://speakerdeck.com/timmoore/embracing-capybara
http://www.elabs.se/blog/53-why-wait_until-was-removed-from-capybara
Google group - https://groups.google.com/forum/#!topic/ruby-capybara
FactoryGirl:
https://cbabhusal.wordpress.com/2015/04/21/ruby-on-rails-factory-girl-how-it-interacts-with-activerecord/
FactoryGirl documentation - https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md
http://www.chrisdpeters.com/introduction-feature-specs-rspec/
https://www.madetech.com/blog/feature-testing-with-rspec
https://robots.thoughtbot.com/rspec-integration-tests-with-capybara
https://about.futurelearn.com/blog/how-we-write-readable-feature-tests-with-rspec/
Nice detailed series (RSpec beginner) - http://everydayrails.com/2012/03/12/testing-series-intro.html
Capybara related:
https://speakerdeck.com/timmoore/embracing-capybara
http://www.elabs.se/blog/53-why-wait_until-was-removed-from-capybara
Google group - https://groups.google.com/forum/#!topic/ruby-capybara
FactoryGirl:
https://cbabhusal.wordpress.com/2015/04/21/ruby-on-rails-factory-girl-how-it-interacts-with-activerecord/
FactoryGirl documentation - https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md
Subscribe to:
Posts (Atom)