Sha256: 070406db90ff1d9260fabecb4a60e2962e595894a99b1523f45b7067e4739ec1

Contents?: true

Size: 1.79 KB

Versions: 8

Compression:

Stored size: 1.79 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'testcentricity_web/version'

Gem::Specification.new do |spec|
  spec.name          = 'testcentricity_web'
  spec.version       = TestCentricityWeb::VERSION
  spec.platform      = Gem::Platform::RUBY
  spec.required_ruby_version = '>= 2.1.1'
  spec.authors       = ['A.J. Mrozinski']
  spec.email         = ['test_automation@icloud.com']
  spec.summary       = %q{A Page Object and Data Object Model Framework for desktop and mobile web testing}
  spec.description   = %q{
    TestCentricityâ„¢ core generic framework for desktop and mobile web site testing implements a Page Object Model DSL
    for use with Cucumber, Capybara, and Selenium-Webdriver. Supports testing against locally hosted desktop browsers
    (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated iOS and Android mobile browsers (using Firefox or
    Chrome), a "headless" browser (using Poltergeist and PhantomJS), or on cloud hosted browsers using the BrowserStack,
    Sauce Labs, CrossBrowserTesting, or TestingBot services.}
  spec.homepage      = ''
  spec.license       = 'BSD3'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.5'
  spec.add_development_dependency 'rake'

  spec.add_dependency 'capybara', ['>= 2.1', '< 3.0']
  spec.add_dependency 'test-unit'
  spec.add_dependency 'selenium-webdriver', '>= 2.50.0'
  spec.add_dependency 'poltergeist'
  spec.add_dependency 'faker', '>= 1.6.1'
  spec.add_dependency 'chronic', '>= 0.10.2'
  spec.add_dependency 'spreadsheet', '>= 1.1.1'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
testcentricity_web-0.8.8 testcentricity_web.gemspec
testcentricity_web-0.8.7 testcentricity_web.gemspec
testcentricity_web-0.8.6 testcentricity_web.gemspec
testcentricity_web-0.8.5 testcentricity_web.gemspec
testcentricity_web-0.8.4 testcentricity_web.gemspec
testcentricity_web-0.8.3 testcentricity_web.gemspec
testcentricity_web-0.8.2 testcentricity_web.gemspec
testcentricity_web-0.8.1 testcentricity_web.gemspec