Config UI: visualize Messaging #28614
default.yml
on: pull_request
Clean
1m 15s
Build
1m 2s
Test
1m 22s
Lint
1m 20s
UI
1m 52s
Integration
5m 2s
Annotations
12 errors, 2 warnings, and 1 notice
|
Clean
Process completed with exit code 2.
|
|
Test
Process completed with exit code 2.
|
|
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration):
tests/config-messaging.spec.ts#L74
2) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #4 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc \"Title: {{.send}}\"source: script"
Received: "12cmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\"source:Β script"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
6 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12cmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}"source:Β script"
72 |
73 | await expect(customEncoding).toHaveValue("title");
> 74 | await expect(customPlugin).toHaveText(
| ^
75 | ["12", 'cmd: /usr/local/bin/evcc "Title: {{.send}}"', "source: script"].join("")
76 | );
77 | }
at validateServices (/home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:74:30)
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:286:5
|
|
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration):
tests/config-messaging.spec.ts#L74
2) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc \"Title: {{.send}}\"source: script"
Received: "12cmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\"source:Β script"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
6 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12cmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}"source:Β script"
72 |
73 | await expect(customEncoding).toHaveValue("title");
> 74 | await expect(customPlugin).toHaveText(
| ^
75 | ["12", 'cmd: /usr/local/bin/evcc "Title: {{.send}}"', "source: script"].join("")
76 | );
77 | }
at validateServices (/home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:74:30)
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:286:5
|
|
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration):
tests/config-messaging.spec.ts#L74
2) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc \"Title: {{.send}}\"source: script"
Received: "12cmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\"source:Β script"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
6 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12cmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}"source:Β script"
72 |
73 | await expect(customEncoding).toHaveValue("title");
> 74 | await expect(customPlugin).toHaveText(
| ^
75 | ["12", 'cmd: /usr/local/bin/evcc "Title: {{.send}}"', "source: script"].join("")
76 | );
77 | }
at validateServices (/home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:74:30)
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:286:5
|
|
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration):
tests/config-messaging.spec.ts#L74
2) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc \"Title: {{.send}}\"source: script"
Received: "12cmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\"source:Β script"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
9 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12cmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}"source:Β script"
72 |
73 | await expect(customEncoding).toHaveValue("title");
> 74 | await expect(customPlugin).toHaveText(
| ^
75 | ["12", 'cmd: /usr/local/bin/evcc "Title: {{.send}}"', "source: script"].join("")
76 | );
77 | }
at validateServices (/home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:74:30)
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:286:5
|
|
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration):
tests/config-messaging.spec.ts#L74
2) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc \"Title: {{.send}}\"source: script"
Received: "12cmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\"source:Β script"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
6 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12cmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}"source:Β script"
72 |
73 | await expect(customEncoding).toHaveValue("title");
> 74 | await expect(customPlugin).toHaveText(
| ^
75 | ["12", 'cmd: /usr/local/bin/evcc "Title: {{.send}}"', "source: script"].join("")
76 | );
77 | }
at validateServices (/home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:74:30)
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:286:5
|
|
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui:
tests/config-messaging.spec.ts#L238
1) [chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui βββββ
Retry #4 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc_message \"{{.send}}\"source: script"
Received: "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
- locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "1source:Β script"
5 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}""
236 |
237 | await customEncoding.selectOption({ label: "title" });
> 238 | await expect(customPlugin).toHaveText(
| ^
239 | ["12", 'cmd: /usr/local/bin/evcc_message "{{.send}}"', "source: script"].join("")
240 | );
241 |
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:238:32
|
|
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui:
tests/config-messaging.spec.ts#L238
1) [chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui βββββ
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc_message \"{{.send}}\"source: script"
Received: "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
- locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "1source:Β script"
5 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}""
236 |
237 | await customEncoding.selectOption({ label: "title" });
> 238 | await expect(customPlugin).toHaveText(
| ^
239 | ["12", 'cmd: /usr/local/bin/evcc_message "{{.send}}"', "source: script"].join("")
240 | );
241 |
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:238:32
|
|
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui:
tests/config-messaging.spec.ts#L238
1) [chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui βββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc_message \"{{.send}}\"source: script"
Received: "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
5 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}""
236 |
237 | await customEncoding.selectOption({ label: "title" });
> 238 | await expect(customPlugin).toHaveText(
| ^
239 | ["12", 'cmd: /usr/local/bin/evcc_message "{{.send}}"', "source: script"].join("")
240 | );
241 |
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:238:32
|
|
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui:
tests/config-messaging.spec.ts#L238
1) [chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui βββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc_message \"{{.send}}\"source: script"
Received: "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
5 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}""
236 |
237 | await customEncoding.selectOption({ label: "title" });
> 238 | await expect(customPlugin).toHaveText(
| ^
239 | ["12", 'cmd: /usr/local/bin/evcc_message "{{.send}}"', "source: script"].join("")
240 | );
241 |
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:238:32
|
|
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui:
tests/config-messaging.spec.ts#L238
1) [chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui βββββ
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
Expected: "12cmd: /usr/local/bin/evcc_message \"{{.send}}\"source: script"
Received: "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ \"{{.send}}\""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('messaging-modal').getByTestId('service-box-custom').getByTestId('yaml-editor')
3 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "Loading YAML editorβ¦"
5 Γ locator resolved to <div class="editor" data-v-a83d8007="" data-v-753f9c72="" data-testid="yaml-editor">β¦</div>
- unexpected value "12source:Β scriptcmd:Β /usr/local/bin/evcc_messageΒ "{{.send}}""
236 |
237 | await customEncoding.selectOption({ label: "title" });
> 238 | await expect(customPlugin).toHaveText(
| ^
239 | ["12", 'cmd: /usr/local/bin/evcc_message "{{.send}}"', "source: script"].join("")
240 | );
241 |
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:238:32
|
|
Integration
Back off 18.405 seconds before retry.
|
|
Integration
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/8e8c483db84b4bee98b60c0593521ed34d9990e8'. Error: The request was canceled due to the configured HttpClient.Timeout of 5 seconds elapsing.
|
|
π Playwright Run Summary
2 failed
[chromium] βΊ tests/config-messaging.spec.ts:150:3 βΊ messaging βΊ messaging services via ui ββββββ
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
1 flaky
[chromium] βΊ tests/limits.spec.ts:94:3 βΊ limitEnergy βΊ survives a reload βββββββββββββββββββββββ
200 passed (2.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
11.6 MB |
sha256:11398edcc141ae671546f99e58ed1ff39f6130c579edeb969bfdae52764d084a
|
|