mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
added drawing tests for all tools currently available
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user