Talend / ui

Talend's unified web UI repository.
http://talend.surge.sh
Apache License 2.0
149 stars 55 forks source link

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

Open bensullivan-ag opened 2 weeks ago

bensullivan-ag commented 2 weeks ago

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