selenium-framework 1.0.13 → 1.0.14

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.
Files changed (3) hide show
  1. data/README.md +4 -4
  2. data/lib/selenium-framework.rb +0 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -53,11 +53,11 @@ In configure/selenium_framework.yml you will need to define the application
53
53
  end
54
54
 
55
55
  == Save the screenshot
56
- include the below line wherever requiered and change the file name as you wish
57
- $driver.save_screenshot($screenshot_directory_path+'/'+test_id.to_s+'-pass.png')
56
+ * include the below line wherever requiered and change the file name as you wish
57
+ * $driver.save_screenshot($screenshot_directory_path+'/'+test_id.to_s+'-pass.png')
58
58
 
59
59
  == Report the testcase status
60
- UserExtension.write_result_to_csv($report_file, test_id, 'google search', 'PASS', '')
60
+ * UserExtension.write_result_to_csv($report_file, test_id, 'google search', 'PASS', '')
61
61
 
62
62
  == Report the log
63
63
  def self.google(test_id)
@@ -80,7 +80,7 @@ In configure/selenium_framework.yml you will need to define the application
80
80
 
81
81
 
82
82
  == Selenium Setup
83
- Download the latest version of selenium grid from http://seleniumhq.org/download/
83
+ * Download the latest version of selenium grid from http://seleniumhq.org/download/
84
84
 
85
85
  ===Using a Custom Selenium Server
86
86
  'java --jar /path/to/your/customer/selenium-server.jar'
@@ -2,7 +2,6 @@ require 'selenium-framework'
2
2
  require 'userextension/user_extension.rb'
3
3
  require 'userextension/pre_requisite.rb'
4
4
  require 'userextension/utilities.rb'
5
- require 'modules/login/login.rb'
6
5
  require 'time'
7
6
  require 'fileutils'
8
7
  require 'csv'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: