anahorn

Selenium WebDriver Ruby: Part 12 (Test Suite)

Jun 4th, 2019
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. # Test suite
  2. require 'rubygems'
  3. require 'test/unit'
  4.  
  5. # Below you can include any number of files to your test suite
  6. require 'example_testunit'
Advertisement
Add Comment
Please, Sign In to add comment