selenium-framework 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/copyfiles/project_file.rb +4 -0
- 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
|