filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
250 stars 33 forks source link

add ability to read queries from url #93

Open filiphric opened 1 year ago

filiphric commented 1 year ago

currently, request queries tab appears only when there is a qs parameter sent via cy.api(). but sometimes query is sent right from URL. it would be nice to have that overview available in these cases as well