aseprite/README.md
2021-04-07 11:29:31 -03:00

1.1 KiB

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.