Rails System Tests with Headless Chrome on Heroku CI

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • heroku-buildpack-ruby

    Heroku's buildpack for Ruby applications.

  • { "environments": { "test": { "buildpacks": [ { "url": "https://github.com/heroku/heroku-buildpack-ruby" }, { "url": "https://github.com/heroku/heroku-buildpack-chromedriver" }, { "url": "https://github.com/heroku/heroku-buildpack-google-chrome" } ], "addons": [ "heroku-postgresql" ], "scripts": { "test-setup": "bin/rails assets:precompile", "test": "bin/rspec" } } } }

  • heroku-buildpack-chromedriver

    Discontinued [DEPRECATED] Use https://github.com/heroku/heroku-buildpack-chrome-for-testing instead.

  • { "environments": { "test": { "buildpacks": [ { "url": "https://github.com/heroku/heroku-buildpack-ruby" }, { "url": "https://github.com/heroku/heroku-buildpack-chromedriver" }, { "url": "https://github.com/heroku/heroku-buildpack-google-chrome" } ], "addons": [ "heroku-postgresql" ], "scripts": { "test-setup": "bin/rails assets:precompile", "test": "bin/rspec" } } } }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Firebase Functions Express Typescript Project Guide Part 1

    1 project | dev.to | 13 May 2024
  • Volt: A Ruby web framework where your Ruby runs on both server and client

    1 project | news.ycombinator.com | 13 May 2024
  • Hanami Shrine - file handling in Hanami

    1 project | dev.to | 13 May 2024
  • Building the DevOps Pipeline

    2 projects | dev.to | 13 May 2024
  • RDS Database Migration Series - Facing The Giant: How we migrated 11 TB database

    2 projects | dev.to | 13 May 2024