sunshine55 / capybara-intro

Simple demo introduces how to use Capybara for automation test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Configuration

  • gem install rspec

  • gem install selenium-webdriver

  • gem install capybara

Running commands

  • rspec spec

  • rspec spec –format documentation

  • rspec spec –format html –out results.html

Additional Documentation

About

Simple demo introduces how to use Capybara for automation test


Languages

Language:Ruby 100.0%