VSTS CD stage task always prints log in one go

﹥>﹥吖頭↗ 提交于 2019-12-13 21:01:50

问题


I would like to execute UI test cases as as part of CI/CD pipeline. I am using VSTS release management. I created a stage & run the command (npm run e2e-run) as part of one of the tasks, this triggers my test case execution. It takes around 1 hour to execute this task.

Problem is I do not get any response until whole task (test execution) is done. I get only this message "Waiting for console output from an agent...". If I execute command locally in VS code then I get continuous logs (pass/fail messages).

I am observing same behaviour with other tasks as well. Can anybody please tell me how can I get logs continuously instead in one go.

来源:https://stackoverflow.com/questions/54211681/vsts-cd-stage-task-always-prints-log-in-one-go

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!