项目作者: kiriloman

项目描述 :
Automated Testing with cucumber and capybara.
高级语言: Ruby
项目地址: git://github.com/kiriloman/Automated-testing.git
创建时间: 2017-07-11T13:23:34Z
项目社区:https://github.com/kiriloman/Automated-testing

开源协议:

下载


Automated Tests

alt text

Test Automation using Ruby with some shiny gems. The repository consists of 2 very simple examples (continente & stackoverflow) and 1 advanced (Gmail).

Prerequisites

  • Ruby 2.2.0 or better with the following gems:
  1. capybara
  2. cucumber
  3. selenium-webdriver
  4. rspec
  5. site_prism
  6. faker

Usage

  1. git clone https://github.com/kiriloman/Automated-testing

Now just pick a folder, navigate to folder/cucumber/ and run tests:

  1. cucumber

NOTE: some tests might be outdated!