Skip to content

Commit

Permalink
attempt at using selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
davetayls committed Jan 12, 2012
1 parent 2aaab53 commit 380f32c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
sel = require 'webdriverjs'
webdriver = require 'webdriverjs'

task 'test', 'run selenium tests', (options) ->
return true
client = webdriver.remote({ port: 99.0 })
client
.init()
.url("http://google.com")
.end()


0 comments on commit 380f32c

Please sign in to comment.