No commit activity in last 3 years
No release in over 3 years
A library for use with YourBase that will enable using Skipper in the CI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

YourBase RSpec Skipper

What is this?

This is a Ruby gem you can use in conjunction with YourBase.

What does it do?

YourBase has a unique test acceleration that records the execution of your tests and builds a dependency graph that it can use to bypass tests that do not need to be run based on the changes in a commit. This helps to make those commands much finer-grained enabling more acceleration.

To achieve this, when running in the YourBase CI, this gem will load a lighweight wrapper for RSpec that will determine if an example group needs to run based on the YourBase runtime dependency graph.

How do I use this?

Simply add yourbase-rspec-skipper to your Gemfile; when you run your tests locally it will have no impact at all, other than notifying that it won't accelerate your tests. When you run your tests in the YourBase CI, they will be accelerated where possible.