Closed wlsf82 closed 2 years ago
I've upgraded cypress-plugin-api from v1.7.1 to v2.1.0, using npm i cypress-plugin-api@latest -D, and now there's a null just before the API URL on the verb section, as you can see on the image below.
npm i cypress-plugin-api@latest -D
null
And here's the project on GitHub, in case you want to reproduce the issue https://github.com/wlsf82/cy-api-coursify.
Note: Look for the cypress-plugin-api-v2 branch.
cypress-plugin-api-v2
Cc @filiphric.
great catch, thanks for reporting! I’ll fix it right away!
I've upgraded cypress-plugin-api from v1.7.1 to v2.1.0, using
npm i cypress-plugin-api@latest -D
, and now there's anull
just before the API URL on the verb section, as you can see on the image below.And here's the project on GitHub, in case you want to reproduce the issue https://github.com/wlsf82/cy-api-coursify.
Note: Look for the
cypress-plugin-api-v2
branch.Cc @filiphric.