[Core Smoke Tests] Use setNextRequest to skip test instead of skipRequest function

Summary

  • Core Smoke Tests skip one requests using function pm.execution.skipRequest() which is not supported on newman version 5.2.4 that tests are running on. This MR fixes this issue by using postman.setNextRequest() for skipping specific tests as this is supported on 5.2.4

Tests

  • Core Smoke Tests succeeded:

    image

Edited by Marija Dukic

Merge request reports

Loading