Talend/ui

Does cypress-api-mock-plugin accommodate stubbing sequences of requests to same endpoint?

bensullivan-ag opened this issue · 0 comments

Hi

Sorry I wasn't sure where to ask questions...

I'm looking at your [cypress-api-mock-plugin](https://github.com/Talend/ui/tree/master/tools/cypress-api-mock-plugin) and I was wondering how the plugin behaves when multiple requests are made to the same endpoint but with different payloads?

Does the stub behave exactly as the requests are in the HAR file?

Thanks