use sync-webdriver for selenium tests

This commit is contained in:
MoyuScript
2013-05-29 17:53:47 +03:00
parent eaa932c8a7
commit 09cb244fc9
2 changed files with 261 additions and 296 deletions

View File

@@ -4,7 +4,7 @@
"description": "Screenshots with JavaScript",
"version": "0.4.0",
"author": {
"name":"Niklas von Hertzen (@niklasvh)"
"name": "Niklas von Hertzen (@niklasvh)"
},
"engines": {
"node": ">=0.8.0"
@@ -12,9 +12,11 @@
"dependencies": {
"base64-arraybuffer": ">= 0.1.0",
"png-js": ">= 0.1.1",
"webdriver.js": ">= 0.1.0"
"sync-webdriver": ">=0.1.1",
"express": "~3.2.3",
"baconjs": "~0.3.15"
},
"devDependencies":{
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
@@ -22,8 +24,9 @@
"grunt-contrib-qunit": "*"
},
"homepage": "http://html2canvas.hertzen.com",
"licenses": [{
"type": "MIT"
}]
}
"licenses": [
{
"type": "MIT"
}
]
}