AppiumTestDistribution / appium-interceptor-plugin

Appium 2.0 plugin to mock api calls for android apps
27 stars 11 forks source link

Replace ajv with @hapi/Joi for JSON schema validation #1

Open sudharsan-selvaraj opened 8 months ago

sudharsan-selvaraj commented 8 months ago

Discard the changed made to schema.ts and use https://github.com/hapijs/joi for MockConfig validation. Joi provides more flexibility in and has out of support for custom validators