cs-webautomator 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f9aa338419da7987cb9c7c69d7ade6034e99b05
4
- data.tar.gz: ea041a02e5ed13a9586fb8d004d2fd2ed61210fc
3
+ metadata.gz: cb5d1994eb574e9e051cb1c47ed7fc5b83455eed
4
+ data.tar.gz: 8e1a62151426aeb6c0dadcc01c72fb8e3d4c3dea
5
5
  SHA512:
6
- metadata.gz: 576651846d8a126dafbccdcc92fb70975b8f9c1e67c9ae7335a4d3fea6b4e22c51de62e4267d2b0d13165b600de5d1f8e7fe62a22d54eef909659607cb674344
7
- data.tar.gz: 0a208b042c43e27b0da7ea9be28de42d92a2b77657af92c828140f980ab7059988d059d6a1ffc22462df17f0f7b862bdf3a963f5d871afa86d3aa4eb9b90aca2
6
+ metadata.gz: e637a936c58534a567c3cfd7542e6e0511e2110055b0edadf15357ef5735512b56e0498ab6fdfa4ab85c4a08f86d92374e34a08d6b3bfe8ce8c0bb28697f91a3
7
+ data.tar.gz: 93c6770784d91bbd8702c0b54951c1b21a55048e39e4362ada51609bf4c050107b7bcdc54c8369d24902bac9d740dac30ec34a01575d1154db91ce0345d6332c
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in cs-bdd.gemspec
3
+ # Specify your gem's dependencies in cs-webautomator.gemspec
4
4
  gemspec
5
5
 
6
6
  gem 'thor'
data/bin/cs-webautomator CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # encoding: UTF-8
2
3
 
3
4
  require 'thor'
4
5
  require 'thor/group'
@@ -1,3 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: UTF-8
3
+
1
4
  def create_feature_file(name)
2
5
  # options used to generate the file in the template function
3
6
  opts = { name: camelize(name) }
@@ -1,5 +1,5 @@
1
1
  module CS
2
2
  module WEBAUTOMATOR
3
- VERSION = '0.1.7'
3
+ VERSION = '0.1.8'
4
4
  end
5
5
  end
@@ -1,4 +1,5 @@
1
1
  require 'cs/webautomator/version'
2
+ # encoding: UTF-8
2
3
 
3
4
  module CS
4
5
  # Your docs goes here...
data/lib/skeleton/Gemfile CHANGED
@@ -1,5 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem 'ffi', '1.9.14'
3
4
  gem 'capybara'
4
5
  gem 'cucumber'
5
6
  gem 'rake'
@@ -32,6 +32,12 @@ To install bundler type:
32
32
  gem install bundler
33
33
  ```
34
34
 
35
+ #### Windows ####
36
+ To install FFI package type:
37
+ ```shell
38
+ bundle install ffi --platform ruby
39
+ ```
40
+
35
41
  ### Installing gems ###
36
42
  To install gems type:
37
43
  ```shell
@@ -39,11 +45,14 @@ bundle install
39
45
  ```
40
46
 
41
47
  ### Drivers: ###
42
- Install [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) and [phantomjs](http://phantomjs.org/).
43
- Remenber include this in PATH.
48
+ Install and include in PATH
49
+ - [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/)
50
+ - [phantomjs](http://phantomjs.org/)
51
+ - [internetExplorerDriver](http://www.seleniumhq.org/download/)
44
52
 
45
53
  Install [Webdriver Safari extension](http://selenium-release.storage.googleapis.com/2.48/SafariDriver.safariextz).
46
54
 
55
+
47
56
  ### Run tests in DEV with Chrome###
48
57
  Type this in the tests folder:
49
58
  ```shell
@@ -7,5 +7,5 @@ chrome: BROWSER=chrome
7
7
  poltergeist: BROWSER=poltergeist
8
8
  internet_explorer: BROWSER=internet_explorer
9
9
  safari: BROWSER=safari
10
- dev: AMBIENTE=dev
11
- hmg: AMBIENTE=hmg
10
+ dev: ENVIRONMENT_TYPE=dev
11
+ hmg: ENVIRONMENT_TYPE=hmg
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cs-webautomator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samanta Cicilia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-25 00:00:00.000000000 Z
11
+ date: 2016-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -90,7 +90,6 @@ extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
92
  - Gemfile
93
- - Gemfile.lock
94
93
  - LICENSE.txt
95
94
  - README.md
96
95
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,33 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- cs-webautomator (0.1.7)
5
- bundler (>= 1.7)
6
- gherkin (= 2.12.2)
7
- i18n (>= 0.6.11)
8
- rake (>= 10.0)
9
- thor (>= 0.19.1)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- gherkin (2.12.2)
15
- multi_json (~> 1.3)
16
- i18n (0.7.0)
17
- json (2.0.1)
18
- multi_json (1.12.1)
19
- rake (11.2.2)
20
- thor (0.19.1)
21
-
22
- PLATFORMS
23
- ruby
24
-
25
- DEPENDENCIES
26
- cs-webautomator!
27
- gherkin
28
- i18n
29
- json
30
- thor
31
-
32
- BUNDLED WITH
33
- 1.12.5