Brief Description
The integration tests make use of two Postman calls which have been deprecated. For all instances, see the output of a run of the tests, using the command:
npx newman run integration-tests/validator-services-tests.postman_collection.json -e integration-tests/envs/validator-services-direct-dev.postman_environment.json --working-dir integration-tests/test-files --env-var keyValue="DEV_FUNCTIONS_KEY_HERE"
But the two in question (with a few instances of each) are:
'Using "postman.setNextRequest" is deprecated. Use "pm.execution.setNextRequest()" instead.'
'Using "environment" is deprecated. Use "pm.environment" instead.'
Severity
Low
Steps to Reproduce
Get setup locally, including installing dev dependencies
Then run the above npx command. All instances where deprecated calls used will be printed.
Brief Description
The integration tests make use of two Postman calls which have been deprecated. For all instances, see the output of a run of the tests, using the command:
But the two in question (with a few instances of each) are:
Severity
Low
Steps to Reproduce
Get setup locally, including installing dev dependencies
Then run the above
npxcommand. All instances where deprecated calls used will be printed.