gpt4 book ai didi

angular - 无法将浏览器连接到 Karma 服务器(永久页面加载)

转载 作者:太空狗 更新时间:2023-10-29 18:12:32 26 4
gpt4 key购买 nike

我正在使用 IntelliJ 启动 Karma。一切看起来都很好,弹出了新的 Chrome 窗口,但它一直在加载。

karma 日志:

17 07 2018 13:29:01.754:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9877/
17 07 2018 13:29:01.758:INFO [launcher]: Launching browser Chrome with unlimited concurrency
17 07 2018 13:29:01.773:INFO [launcher]: Starting browser Chrome

10% building modules 1/3 modules 2 active …ts\rafa-components-lib\src\polyfills.ts
10% building modules 2/3 modules 1 active …ts\rafa-components-lib\src\polyfills.ts
75% basic chunk optimization EnsureChunkConditionsPlugin
75% basic chunk optimization RemoveParentModulesPlugin
88% hashing
90% additional chunk assets processing
92% after chunk asset optimization SourceMapDevToolPlugin main.js generate SourceMap
Waiting for a captured browser... To capture a browser open http://localhost:9877/

访问 localhost:9877 会导致永久加载。有时它会按预期工作(karma 启动并且浏览器已连接)但它有点随机。

也许有人知道发生了什么事??

karma 配置:

module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage-istanbul-reporter'),
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, '../coverage'),
reports: ['html', 'lcovonly'],
fixWebpackSourcePaths: true
},
reporters: ['progress', 'kjhtml'],
port: 9877,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
});
};

新的浏览器窗口: enter image description here

连接建立: enter image description here

最佳答案

我在 Webstorm 中遇到了同样的问题。

我在测试中遇到了一个编译问题,在我的例子中是 error in node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable' ..

在Webstorm 控制台中,该错误仅在浏览器第三次捕获失败后才出现。当您运行 ng test 时,您会立即看到编译错误。解决后,测试在 Webstorm 中运行得很好。

关于angular - 无法将浏览器连接到 Karma 服务器(永久页面加载),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51380335/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com