Postman. How can I use assertion / expect and console log together?

后端 未结 0 1810
再見小時候
再見小時候 2021-01-17 22:27
pm.test(\'Check if employee filled their skills\', function() {
    jsonData.forEach(function(item) {
        expect(item.MainEmployeeSkills).to.be.not.empty;
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题