mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
added test suite runner, removed tests from travis build
This commit is contained in:
4
test/integration/casperjs/TravisTestSuite.js
Normal file
4
test/integration/casperjs/TravisTestSuite.js
Normal file
@ -0,0 +1,4 @@
|
||||
(typeof exports != "undefined" ? exports : pskl_exports).tests = [
|
||||
// did not manage to successfully run drawing tests on travis yet ...
|
||||
'SmokeTest.js'
|
||||
];
|
5
test/integration/casperjs/drawing-records/TestSuite.json
Normal file
5
test/integration/casperjs/drawing-records/TestSuite.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "tests" : [
|
||||
"SimplePenDrawing1.json",
|
||||
"ComplexDrawing1.json",
|
||||
"ComplexDrawing2.json"
|
||||
]}
|
Reference in New Issue
Block a user