noahlange / plugsy

Plugin toolkit for RMMV.
MIT License
4 stars 1 forks source link

integration testing #1

Open noahlange opened 6 years ago

noahlange commented 6 years ago

Currently the integration with RMMV is hand-tested. It would be nice to get this automated. RMMV appears to be nearly impossible to run in a server-side environment, but gosh darn-it, I'll give it a try.

tnsicdr commented 6 years ago

Aside from the editor, the rest should basically be just a nwjs app (last I checked), so you could just use a ChromeDriver/selenium flow for that.