Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/konnorrogers/bridgetown-example-capybara
- Owner: KonnorRogers
- Created: 2020-06-14T07:59:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:29:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T12:01:22.389Z (about 1 month ago)
- Language: Ruby
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.