serverless-test-plugin
serverless-test-plugin copied to clipboard
Does this plugin works with the latest version of serverless
After installed npm i serverless-test-plugin and serverless 1.50.1
I tried to run the function and output to a junit xml file serverless function test --all --out testing/test-reports/cot-serverless-api-test.xml
but failed with error: Serverless command "function" not found. Did you mean "functions"? Run "serverless help" for a list of all available commands.