Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konnorrogers/bridgetown-example-capybara

An example of how to use capybara with Bridgetown
https://github.com/konnorrogers/bridgetown-example-capybara

Last synced: 27 days ago
JSON representation

An example of how to use capybara with Bridgetown

Awesome Lists containing this project

README

        

# Purpose

To provide an example structure of using Capybara with Minitest with
Bridgetown.

## Testing

```bash
git clone https://github.com/ParamagicDev/bridgetown-example-capybara
cd bridgetown-example-capybara
bundle install
bundle exec rake test
```

## Notes

Right now there are no assertions, it merely visits the page.

## Issues

Apparition comes with warnings, its still in active development, feel
free to switch to Selenium.