This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# | |
# Requires that you have installed the following gem packages: | |
# json, minitest, watir, watir-webdrive, rest-client | |
# To use Chrome, you need to install chromedriver on your path | |
# | |
# You can use cucumber instead of minitest. There are also other REST clients for Ruby | |
# | |
require 'rubygems' |
NewerOlder