selenium-framework 1.0.9 → 1.0.10

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 (2) hide show
  1. data/bin/copyfiles/project_file.rb +4 -0
  2. metadata +1 -1
@@ -25,6 +25,10 @@ class Project < Test::Unit::TestCase
25
25
 
26
26
  # Write the testcases here:
27
27
 
28
+ def test_zipandmail
29
+ Utility.email('from_email_id', 'to_email_id', 'cc_email_id', 'project_name', $report_file)
30
+ end
31
+
28
32
  def teardown
29
33
  $driver.quit
30
34
  assert_equal [], @verification_errors
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.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: