Show More
Commit Description:
added first page load test on localhost
Commit Description:
added first page load test on localhost
File last commit:
Show/Diff file:
Action:
test/load/common_visitors.rb | 7 lines | 97 B | text/x-ruby | RubyLexer |
visitor "FirstPageViewer" do
stores_cookies
site_url "http://localhost:3000"
get "/"
end