Yegorov / example-rails-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

rails new . -T --skip-action-mailbox --skip-active-storage --skip-spring --skip-listen

add rspec

  • bundle binstubs rspec-core

add simplecov

add capybara

add cuprite

add databasecleaner

Add ffacker or faker

add factory_bot

add annotate

add coverband

etc

INSPECTOR=true bin/rspec # cuprite
annotate --models
bin/rails g rspec:feature home

Issues

     Selenium::WebDriver::Error::WebDriverError:
       Unable to find chromedriver. Please download the server from
       https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
       More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver

About


Languages

Language:Ruby 81.2%Language:HTML 10.4%Language:JavaScript 6.8%Language:CSS 1.6%