added drawing tests for all tools currently available

This commit is contained in:
jdescottes
2014-08-24 17:57:30 +02:00
parent caebce5ec8
commit 13001bd7bd
18 changed files with 79 additions and 11 deletions

View File

@@ -1,8 +1,14 @@
(function () {
var tests = [
'SimplePenDrawing1.json',
'ComplexDrawing1.json',
'ComplexDrawing2.json'
"pen.drawing.json",
"color.picker.json",
"frames.fun.json",
"layers.fun.json",
"move.json",
"pen.secondary.color.json",
"squares.circles.json",
"stroke.json",
"verticalpen.drawing.json"
];
var baseUrl = casper.cli.get('baseUrl')+"?debug";