我正在建立一个Azure-DevOps管道,我希望通过Newman CLI包括自动化测试。
想象一下这样的管道。
Build Project
Copy build to test folder
Run the application => (API-Server)
Run Newman
Kill API Server Process
On Success Copy Build to another folder.
我的问题是服务器应用程序初始化后处于等待状态。 我的构建管道中的下一个任务将不会启动。
是否可以在Azure-DevOps中异步运行多个命令行?
通过“开始”启动过程将无法正常工作,因为它会向我抛出
ERROR: Input redirection is not supported, exiting the process immediately.
start "%TESTDIR%\foo\bar.exe"
timeout 10