Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/socketry/falcon-capybara


https://github.com/socketry/falcon-capybara

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Falcon::Capybara

Provides relevant [capybara](https://github.com/teamcapybara/capybara) configuration to run tests using [falcon](https://github.com/socketry/falcon).

[![Development Status](https://github.com/socketry/falcon-capybara/workflows/Test/badge.svg)](https://github.com/socketry/falcon-capybara/actions?workflow=Test)

## Features

- Test using the same server you deploy with... [falcon](https://github.com/socketry/falcon) of course :)
- Faster server startup using in-process server thread.
- Use event-driven I/O in your server code.

## Usage

Please see the [project documentation](https://socketry.github.io/falcon-capybara).

## Contributing

We welcome contributions to this project.

1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.

### Developer Certificate of Origin

This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.

### Contributor Covenant

This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.