Stremio / stremio-core

⚛️ The Stremio Core: types, addon system, UI models, core logic
MIT License
930 stars 69 forks source link

Addon fuzzing test #60

Open Ivshti opened 5 years ago

Ivshti commented 5 years ago

fuzzing all addons: load all addons (addonscollection, addonsofficialcollection), request all catalogs, then all metas and then all streams; that way, we find if anything returned by the addons is unserializable by the types crate

NOTE: this might actually be a part of stremio-api-workers or stremio-qa, but will use stremio-core for validation

nklhtv commented 2 years ago

such a procedure could be implemented using the stremio-core-validator Lets keep this in a public repo so addon devs can use it to validate their addon. stremio-addon-sdk might also be a good place for this