边缘和天蓝色管道的业力测试

问题描述 投票:0回答:1

[尝试在Azure管道中的Edge上运行我的业力测试服时,出现以下错误:

18 05 2020 16:34:20.217:INFO [karma-server]: Karma v5.0.7 server started at http://0.0.0.0:9876/
18 05 2020 16:34:20.217:INFO [launcher]: Launching browsers Edge with concurrency unlimited
18 05 2020 16:34:20.312:INFO [launcher]: Starting browser Edge
18 05 2020 16:34:46.536:ERROR [launcher]: Killing Edge process failed. Error: Command failed: taskkill /t /f /im MicrosoftEdge.exe
ERROR: The process "MicrosoftEdge.exe" not found.

18 05 2020 16:34:46.536:ERROR [launcher]: Cannot start Edge
    undefined
18 05 2020 16:34:46.536:ERROR [launcher]: Edge stdout: 
Couldn't find Edge URL with URL: 00D53958
Found
18 05 2020 16:34:46.536:ERROR [launcher]: Edge stderr: 
18 05 2020 16:34:46.536:INFO [launcher]: Trying to start Edge again (1/2).
18 05 2020 16:35:07.958:ERROR [launcher]: Killing Edge process failed. Error: Command failed: taskkill /t /f /im MicrosoftEdge.exe
ERROR: The process "MicrosoftEdge.exe" not found.

18 05 2020 16:35:07.958:ERROR [launcher]: Cannot start Edge
    undefined
18 05 2020 16:35:07.958:ERROR [launcher]: Edge stdout: 
Couldn't find Edge URL with URL: 00100250
Found
18 05 2020 16:35:07.958:ERROR [launcher]: Edge stderr: 
18 05 2020 16:35:07.973:INFO [launcher]: Trying to start Edge again (2/2).
18 05 2020 16:35:29.343:ERROR [launcher]: Killing Edge process failed. Error: Command failed: taskkill /t /f /im MicrosoftEdge.exe
ERROR: The process "MicrosoftEdge.exe" not found.

18 05 2020 16:35:29.343:ERROR [launcher]: Cannot start Edge
    undefined
18 05 2020 16:35:29.343:ERROR [launcher]: Edge stdout: 
Couldn't find Edge URL with URL: 013BFFB0
Found
18 05 2020 16:35:29.343:ERROR [launcher]: Edge stderr: 
18 05 2020 16:35:29.359:ERROR [launcher]: Edge failed 2 times (cannot start). Giving up.

根据documentation,它正在Microsoft托管的Windows-2019 VM中运行,应正确配置。有没有人使此设置有效?

为了记录,Internet Explorer在相同的设置下工作正常!

karma-runner azure-pipelines microsoft-edge karma-mocha
1个回答
0
投票

我设法使用自定义插件:https://github.com/TankerHQ/karma-edge-launcher

您可以使用新的EdgeAzure浏览器。

© www.soinside.com 2019 - 2024. All rights reserved.