assert(context[method].parameters.map(param=>(param.in==='path'?param.name:null)).filter(Boolean).every(name=>names.includes(name)),`${method.toUpperCase()}${path} has parameter(s) in path that are not defined in schema`);
});
it('should have examples when parameters are present',()=>{
letparameters=context[method].parameters;
lettestPath=path;
@ -255,9 +264,11 @@ describe('API', async () => {
});
it('should successfully re-login if needed',async()=>{