Sha256: f682c520d3ebeeef402d3e9f52eee0fbb7e11fb959fb5038e6c355f3664c6136

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

# YourBase RSpec Accelerator 

## What is this?

This is a Ruby gem you can use in conjunction with [YourBase](https://yourbase.io)

## 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-accelerator` 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. 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yourbase-rspec-skipper-0.1.7 README.md