Is there a way to exclude specific test in a Collection for running in a Monitor?
Not completely sure of your usecase but could you skip the test?
You can do this using pm.test.skip()
.
Is there a way to exclude specific test in a Collection for running in a Monitor?
Not completely sure of your usecase but could you skip the test?
You can do this using pm.test.skip()
.