Commit Graph

22 Commits

Author SHA1 Message Date
David Capello
5018d156bd Fix syntax error in save-as.sh 2021-03-09 16:38:40 -03:00
David Capello
eb8e12c94a Ignore failing test from save-as.sh on Windows 2021-03-09 09:59:02 -03:00
David Capello
cb674e0bf2 Try to fix passing * as an argument in MINGW64 bash
It looks like '*' is being converted as a wildcard to list files in
the current dir, which doesn't happen in other platforms (?).
2021-03-09 09:20:28 -03:00
David Capello
764bfab41c Add test for https://github.com/aseprite/aseprite/issues/2432 2020-06-10 12:58:26 -03:00
David Capello
e73a30057b Add test for https://github.com/aseprite/aseprite/issues/2380 2020-06-10 12:03:53 -03:00
David Capello
0b0fbecc26 Test that "sourceSize" fields are generated correctly
When two similar cels from two different sprites with different canvas
size are merged together we have to keep the "sourceSize" of each
original sprite.
2020-02-06 14:40:55 -03:00
David Capello
b690230387 Test that "spriteSourceSize" are generated correctly when -trim -merge-duplicates are used together 2020-02-06 11:54:55 -03:00
David Capello
e857b0e3e5 Fix running Lua scripts that use temp dir ($t) on Windows 2019-12-11 14:44:29 -03:00
David Capello
a14a0a321d Test all -sheet-types 2019-11-01 15:53:15 -03:00
David Capello
fdf8adc947 Add tests to compare -sheet-type columns vs. rows and -trim vs -trim-sprite 2019-11-01 15:21:26 -03:00
David Capello
fec6c5d230 Remove call to aseprite -help 2019-10-02 09:13:55 -03:00
David Capello
6117e064cb Add test for https://github.com/aseprite/aseprite/issues/2116 2019-10-01 20:45:18 -03:00
David Capello
4fb4c30ecb Check that -sheet keeps the transparent color index of the source 2019-10-01 10:12:22 -03:00
David Capello
b450229caa Add several CLI tests for -save-as with -layer and -ignore-layer 2019-08-29 17:07:49 -03:00
David Capello
7dad69e310 Check loading/saving a single image in all formats 2019-08-01 21:15:27 -03:00
David Capello
8475f5a5ff Remove calls to macOS open utility 2019-01-10 07:16:21 -03:00
David Capello
d23c622a17 Add test for --sheet --data with --split-layers 2019-01-09 21:14:01 -03:00
David Capello
e958403e27 Add some tests for --sheet 2019-01-09 20:43:49 -03:00
David Capello
72109b99bb Remove call to open command (which was only for local testing purposes) 2018-12-20 14:02:50 -03:00
David Capello
a4a6af2239 Add regression test for aseprite/aseprite#591 2018-12-20 13:32:53 -03:00
David Capello
7e53c296e2 Add more -save-as tests 2018-12-20 11:30:40 -03:00
David Capello
91e64cd436 Add scripts to test the CLI features
I'm going to move my internals CLI tests to this repo in the near future.
This is a first version to try the new --ignore-empty --save-as feature.
2018-11-07 16:49:31 -03:00