fixup! fixup! fixup! fixup! fixup! fixup! e2e test #132
partial-test.yml
on: push
Matrix: fast-test
Matrix: fast-build
Matrix: fast-e2e-test
Annotations
16 errors, 4 warnings, and 3 notices
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L209
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "日本VTuber"
Received string: "这段对话内容似乎是主播在直播结束后与观众分享自己的一天经历,以及与观众的互动。主播提到了因为遇到蟑螂而心情不好,回家路上还看到了蟑螂的尸体,这让他感到有些困扰。他还提到在漫展上见到了很多人,虽然以前可能会感到害怕(社恐),但这次他勇敢地出门了,去体验了新品(可能是麦当劳)。在购物方面,主播提到了购买了很多插画、手办和周边,他自嘲说自己荷包大出血,但也觉得这些花费是值得的,因为他觉得自己长大了,不再像以前那样宅在家里。早上直播时,主播向大家问好。总结起来,主播在分享自己的一天,包括心情起伏、成长经历和购物体验。"
207 |
208 | const maybe = expect.configure({ soft: true })
> 209 | maybe(res).toContain('日本VTuber')
| ^
210 | maybe(res).toContain('直播')
211 | maybe(res).toContain('观众')
212 | maybe(res).toContain('麦当劳')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:209:16
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L209
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "日本VTuber"
Received string: "这段对话中,主播似乎在与观众分享自己的一天经历,包括与观众的互动以及一些生活琐事。主播提到因为遇到蟑螂而心情不好,但通过参加漫展并与很多人交流,感觉有所成长,尽管之前可能会感到社交恐惧。主播还提到了在漫展上购买了很多插画、手办和周边商品,尽管花费不少,但觉得这些体验是值得的。在对话中,主播还提到了在漫展上尝试了新品(实际上是麦当劳),并询问观众是否猜到了他吃的是什么。整个对话氛围轻松,主播在与观众的互动中找到了安慰,也分享了自己的一天。总结如下:·
主播与观众聊天,讲述了遇到蟑螂的困扰,参加漫展后心情好转,购买了很多喜欢的周边,享受了新品(麦当劳),并在与观众的互动中感到成长。"
207 |
208 | const maybe = expect.configure({ soft: true })
> 209 | maybe(res).toContain('日本VTuber')
| ^
210 | maybe(res).toContain('直播')
211 | maybe(res).toContain('观众')
212 | maybe(res).toContain('麦当劳')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:209:16
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L210
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "直播"
Received string: "这段对话中,主播似乎在与观众分享自己的一天经历,包括与观众的互动以及一些生活琐事。主播提到因为遇到蟑螂而心情不好,但通过参加漫展并与很多人交流,感觉有所成长,尽管之前可能会感到社交恐惧。主播还提到了在漫展上购买了很多插画、手办和周边商品,尽管花费不少,但觉得这些体验是值得的。在对话中,主播还提到了在漫展上尝试了新品(实际上是麦当劳),并询问观众是否猜到了他吃的是什么。整个对话氛围轻松,主播在与观众的互动中找到了安慰,也分享了自己的一天。总结如下:·
主播与观众聊天,讲述了遇到蟑螂的困扰,参加漫展后心情好转,购买了很多喜欢的周边,享受了新品(麦当劳),并在与观众的互动中感到成长。"
208 | const maybe = expect.configure({ soft: true })
209 | maybe(res).toContain('日本VTuber')
> 210 | maybe(res).toContain('直播')
| ^
211 | maybe(res).toContain('观众')
212 | maybe(res).toContain('麦当劳')
213 | maybe(res).toContain('漫展')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:210:16
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L209
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "日本VTuber"
Received string: "这段对话内容似乎是主播在结束一次直播后的互动,主播提到了因为遇到蟑螂而心情变差,然后在回家路上又看到蟑螂尸体,感到有些沮丧。主播在漫展上见到了很多人,虽然以前可能会感到害怕(社恐),但这次体验似乎有所不同,他们长大了一些,敢于出门。主播还提到了在漫展上购买了很多插画、手办和周边商品,尽管花费不少(荷包大出血),但觉得这些体验是值得的。最后,主播分享了自己在漫展上吃了麦当劳的经历,纠正了之前有人认为只是普通快餐的看法。总的来说,主播在分享自己的一天经历,包括心情起伏和新鲜的社交体验。"
207 |
208 | const maybe = expect.configure({ soft: true })
> 209 | maybe(res).toContain('日本VTuber')
| ^
210 | maybe(res).toContain('直播')
211 | maybe(res).toContain('观众')
212 | maybe(res).toContain('麦当劳')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:209:16
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L211
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "观众"
Received string: "这段对话内容似乎是主播在结束一次直播后的互动,主播提到了因为遇到蟑螂而心情变差,然后在回家路上又看到蟑螂尸体,感到有些沮丧。主播在漫展上见到了很多人,虽然以前可能会感到害怕(社恐),但这次体验似乎有所不同,他们长大了一些,敢于出门。主播还提到了在漫展上购买了很多插画、手办和周边商品,尽管花费不少(荷包大出血),但觉得这些体验是值得的。最后,主播分享了自己在漫展上吃了麦当劳的经历,纠正了之前有人认为只是普通快餐的看法。总的来说,主播在分享自己的一天经历,包括心情起伏和新鲜的社交体验。"
209 | maybe(res).toContain('日本VTuber')
210 | maybe(res).toContain('直播')
> 211 | maybe(res).toContain('观众')
| ^
212 | maybe(res).toContain('麦当劳')
213 | maybe(res).toContain('漫展')
214 | maybe(res).toContain('蟑螂')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:211:16
|
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ─────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
fast-e2e-test (chrome)
Process completed with exit code 1.
|
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/utils/bilibili.ts#L13
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Error: page.evaluate: Target page, context or browser has been closed
at utils/bilibili.ts:13
11 | export function sendFakeBLiveMessage(content: PageFrame, cmd: string, command: object) {
12 | logger.debug('sending blive fake message into: ', cmd, content.url())
> 13 | return content.evaluate(([cmd, command]) => {
| ^
14 | const eventId = window.crypto.randomUUID()
15 | console.info(`[bilibili-vup-stream-enhancer-test] send fake blive message: ${cmd}`, command)
16 | window.postMessage({
at sendFakeBLiveMessage (/home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/utils/bilibili.ts:13:20)
at BilibiliPage.sendDanmaku (/home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/helpers/bilibili-page.ts:98:35)
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:184:9
|
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结:
tests/features/jimaku.spec.ts#L1
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
fast-e2e-test (edge)
Process completed with exit code 1.
|
fast-test (integrations)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fast-test (units)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fast-e2e-test (chrome)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fast-e2e-test (edge)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 skipped
1 passed (11.6s)
|
🎭 Playwright Run Summary
1 failed
[chrome] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ──────────────────────────────────────────
|
🎭 Playwright Run Summary
1 failed
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ────────────────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
chrome-mv3
|
32 MB |
|
chrome-test-results
|
1.03 GB |
|
chromium-mv3
|
32 MB |
|
edge-mv3
|
32 MB |
|
edge-test-results
|
1.08 GB |
|