inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.39k stars 290 forks source link

Automated tests #34

Open kennethlarsen opened 8 years ago

kennethlarsen commented 8 years ago

I'm currently making some integration tests using Spectron and mocha so we can do automated test on builds before uploading the releases (this would catch errors like the one in #30 before it's actually uploaded). Generally this could save us a lot of time doing manual testing and fixing bugs that should have been caught before release.

Please let me know what features that would be nice to have tested. So far:

joethephish commented 8 years ago

Ooh, this would be great, I was wondering about automated testing.

I can think of lots more complex things... but perhaps that's enough for now?

kennethlarsen commented 8 years ago

Sounds good for now. I'll make a PR for the initial test code in a minute and then people can start contributing tests if they'd like.