bombsquad-community / plugin-manager

A Plugin Manager for Bombsquad 1.7+
https://bombsquad-community.web.app/pluginmanager
Other
39 stars 28 forks source link

Write functional unit tests #199

Open rikkolovescats opened 8 months ago

rikkolovescats commented 8 months ago

right now plugin manager only tests whether the json is correctly formatted and that it doesn't break for everyone using the plugin manager; in addition to this, it might also be nice to have functional tests which can check whether plugins are actually visible in the in-game plugin manager, are installable, etc.

we'll have to integrate this kind of tests with bs_headless somehow so they can execute headlessly on github actions, etc.