2018-06-14 14:55:07 +00:00
|
|
|
# Aseprite Tests
|
|
|
|
|
|
|
|
Test suite for [Aseprite](https://github.com/aseprite/aseprite)
|
|
|
|
to avoid breaking backward compatibility.
|
|
|
|
|
|
|
|
This project is cloned by the
|
|
|
|
[.travis.yml](https://github.com/aseprite/aseprite/blob/master/.travis.yml) file
|
|
|
|
on Aseprite project to do several automated tests:
|
|
|
|
|
|
|
|
* Save/load file formats correctly. For this we have `.aseprite`, `.png`,
|
|
|
|
`.gif`, etc. files [sprites](https://github.com/aseprite/tests/tree/master/sprites)
|
|
|
|
folder.
|
|
|
|
* Test backward compatibility with [Aseprite CLI](https://www.aseprite.org/docs/cli/) options
|
2018-06-14 15:03:03 +00:00
|
|
|
* Future [scripting API](https://github.com/aseprite/api) using [JS scripts](https://github.com/aseprite/tests/tree/master/scripts)
|