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

https://github.com/minimum2scp/e2e-test-example-01

rspec + turnip + capybara + selenium-webdriver example
https://github.com/minimum2scp/e2e-test-example-01

Last synced: 3 months ago
JSON representation

rspec + turnip + capybara + selenium-webdriver example

Awesome Lists containing this project

README

        

# e2e-test-example-01
rspec + turnip + capybara + selenium-webdriver example

## Requirements

* [ruby](https://www.ruby-lang.org)
* [bundler](https://bundler.io/)
* [geckodriver](https://github.com/mozilla/geckodriver) + [firefox](https://www.mozilla.org/firefox/)
or
[chromedriver](http://chromedriver.chromium.org/) + [chrome](https://www.google.com/chrome/index.html)

### Run spec

```shell
bundle install --path=vendor/bundle
bundle exec rake
```

## Links

* [rspec](https://github.com/rspec/rspec)
* [turnip](https://github.com/jnicklas/turnip)
* [capybara](https://github.com/teamcapybara/capybara)
* [selenium-webdriver](https://github.com/SeleniumHQ/selenium)
* [Gherkin Reference](https://docs.cucumber.io/gherkin/reference/)
* [エンドツーエンドテストの自動化は Cucumber から Turnip へ](https://magazine.rubyist.net/articles/0042/0042-FromCucumberToTurnip.html)