https://github.com/janko/capybara-vs-webdriverio
Battle between Capybara and Webdriver.io for browser testing
https://github.com/janko/capybara-vs-webdriverio
Last synced: 9 months ago
JSON representation
Battle between Capybara and Webdriver.io for browser testing
- Host: GitHub
- URL: https://github.com/janko/capybara-vs-webdriverio
- Owner: janko
- Created: 2015-04-22T00:27:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T01:35:27.000Z (over 10 years ago)
- Last Synced: 2025-03-24T12:39:12.496Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capybara vs Webdriver.io
The goal of this project is to compare [Capybara](https://github.com/jnicklas/capybara)
of the Ruby world and Webdriver.io of the Node.js world. The purpose is to
prove that Webdriver.io is better, in order to reinforce my statement that all
frontend code should be written in JavaScript, so that everybody can just leave
me out of browser testing and let me do my Ruby APIs.
## Implementation
The project is split into challenges, and each challenge is composed of:
* HTML page which needs to be tested
* Capybara test for that HTML page
* Webdriver.io test for that HTML page
May the best browser testing library win!
## Dependencies
Othen than Ruby and Node.js, it requires PhantomJS to be installed.