我正在尝试在API测试中实现自动化。 为此我用了纽曼。
它在我的shell中工作。 但是,当我试图把它放在詹金斯。它不起作用。 我使用下面的命令在jenkins中运行我的测试用例
newman -c /home/soham/Desktop/api.json --insecure
Jenkins给出了以下错误:
Started by user anonymous
Building in workspace /var/lib/jenkins/jobs/api_automation/workspace
[workspace] $ /bin/sh -xe /tmp/hudson4223675241512864410.sh
+ newman -c /home/soham/Desktop/api.json --insecure
[31mThe collection file /home/soham/Desktop/api.json could not be parsed.
[39mBuild step 'Execute shell' marked build as failure
Finished: FAILURE
我该如何解决这个问题?