{
“status”: “error”,
“message”: “Your collection failed one or more Postman tests. See the errors array for details.”,
“errors”: [
{
“test”: “1. [skillcheck] Used POST as the request method”,
“message”: “Cannot read properties of undefined (reading ‘request’)”
},
{
“test”: “2. [skillcheck] Used a query parameter called ‘movieName’”,
“message”: “Cannot read properties of undefined (reading ‘request’)”
},
{
“test”: “3. [skillcheck] Used a base URL variable called {{skillcheckBaseUrl}}”,
“message”: “Cannot read properties of undefined (reading ‘request’)”
},
{
“test”: “4. [skillcheck] Set request auth to “API key” & header to “student-expert"”,
“message”: “Cannot read properties of undefined (reading ‘request’)”
},
{
“test”: "5. [skillcheck] Used a JSON body with 'actorName; ",
“message”: “Cannot read properties of undefined (reading ‘request’)”
},
{
“test”: “6. [skillcheck] Set "favoriteActor" as a collection variable using pm.collectionVariables set(…) in Tests tab script”,
“message”: “Cannot read properties of undefined (reading ‘event’)”
}
]
}
This is the error that I am facing, can someone please, tell me how to solve it!