Sha256: 37df920371729d346d91e3f87c1512ab8a853ee9cb4071e74a4021db603f69dd

Contents?: true

Size: 759 Bytes

Versions: 12

Compression:

Stored size: 759 Bytes

Contents

# Developing percy-capybara

You'll need:
* [Ruby](https://www.ruby-lang.org)
* [Bundler](https://bundler.io/)
* [npm](https://www.npmjs.com/), to manage our dependency on [`@percy/agent`](https://www.npmjs.com/package/@percy/agent)

To install dependencies:
```bash
$ bundle install
$ npm install
```

To run our test suite and create snapshots:
```bash
$ bundle exec rake snapshots
```
(You'll need a `PERCY_TOKEN` in your environment for snapshots to be uploaded to Percy for diffing.)

If you want to run the test suite without uploading snapshots, you can run:
```bash
$ bundle exec rspec
```

For instructions on releasing, and on updating the vendored version of `percy-agent.js` in this repository, please refer to the [RELEASING](RELEASING.md) doc.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
percy-capybara-4.3.3 DEVELOPING.md
percy-capybara-4.3.2 DEVELOPING.md
percy-capybara-4.3.1 DEVELOPING.md
percy-capybara-4.3.0 DEVELOPING.md
percy-capybara-4.2.0 DEVELOPING.md
percy-capybara-4.1.1 DEVELOPING.md
percy-capybara-4.1.0 DEVELOPING.md
percy-capybara-4.0.2 DEVELOPING.md
percy-capybara-4.0.1 DEVELOPING.md
percy-capybara-4.0.0 DEVELOPING.md
percy-capybara-4.0.0.pre.beta2 DEVELOPING.md
percy-capybara-4.0.0.pre.beta1 DEVELOPING.md