Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
David Capello 2c950360e8 Revert "Test crash saving palette to .jpg file"
This reverts commit 36ee80aaca.

Saving the .jpg palette will make the script fail anyway.
2021-09-02 18:12:33 -03:00
cli Fix syntax error in save-as.sh 2021-03-09 16:38:40 -03:00
scripts Revert "Test crash saving palette to .jpg file" 2021-09-02 18:12:33 -03:00
sprites Test that "sourceSize" fields are generated correctly 2020-02-06 14:40:55 -03:00
third_party Update json.lua submodule 2021-03-08 16:06:35 -03:00
.gitmodules Update json.lua submodule 2021-03-08 16:06:35 -03:00
LICENSE.txt Reset tool preferences just once when running from CLI 2021-04-07 12:57:24 -03:00
README.md Update branch name of aseprite/aseprite repo 2021-04-07 11:29:31 -03:00
run-tests.sh Try to fix comparing text lines on Windows 2021-03-08 19:27:07 -03:00

Aseprite Tests

Test suite for Aseprite to avoid breaking backward compatibility.

This project is cloned by the build.yml file on Aseprite project to do several automated tests:

How to run tests?

You have to set the ASEPRITE environment variable pointing to the Aseprite executable and then run run-tests.sh from Bash:

export ASEPRITE=$HOME/your-aseprite-build/bin/aseprite
git clone https://github.com/aseprite/tests.git
cd tests
bash run-tests.sh

You can filter some tests with a regex giving a parameter to run-tests.sh, for example:

run-tests.sh color

Should run all tests which have the color word in their name.