https://github.com/socketry/falcon-capybara
https://github.com/socketry/falcon-capybara
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/socketry/falcon-capybara
- Owner: socketry
- License: mit
- Created: 2017-08-15T11:56:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:48:46.000Z (over 1 year ago)
- Last Synced: 2025-02-25T08:11:53.929Z (11 months ago)
- Language: Ruby
- Size: 357 KB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).
[](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.