Hi
Rencently I had some troubles with postman running a test.
As shown in the attached screenshot.
Once the test case had One test,
pm.expect(jsonData.data.roads.features.length).to.gt(0);
and I tried to add another test within it.
pm.response.to.have.status(200); pm.expect(jsonData.data.roads.features.length).to.gt(0);
and click Save successfully, and rerun. the test results still show 1 test available…
To me, it looks like the postman still reran the test with a previous version!
Have anyone met this issue before and help me out of this problem?
Thanks in advanced.