Merge branch 'main' of https://github.com/Frogbyte-io/veerify #99
ci.yml
on: push
Lint
1m 0s
Type Check
1m 13s
Test
51s
Build
3m 12s
E2E (Playwright)
1m 57s
Annotations
4 errors, 10 warnings, and 1 notice
|
Lint
Process completed with exit code 1.
|
|
E2E (Playwright)
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/admin-feedback.spec.ts:65:3 › Admin feedback workflow › API: create product:
tests/e2e/helpers/auth.ts#L64
1) [chromium] › tests/e2e/admin-feedback.spec.ts:65:3 › Admin feedback workflow › API: create product, add feedback, delete feedback, delete product
Error: Sign-in failed: {"statusCode":500,"stack":["Empty secret value for version 1 in `secrets`.",""]}
at helpers/auth.ts:64
62 | const signInPayload = await signInResponse.json().catch(() => null)
63 | if (!signInResponse.ok()) {
> 64 | throw new Error(`Sign-in failed: ${JSON.stringify(signInPayload ?? {})}`)
| ^
65 | }
66 |
67 | const setCookie = signInResponse.headers()['set-cookie']
at signInAndGetSessionCookie (/home/runner/work/veerify/veerify/tests/e2e/helpers/auth.ts:64:11)
at /home/runner/work/veerify/veerify/tests/e2e/admin-feedback.spec.ts:66:27
|
|
E2E (Playwright)
Testing stopped early after 1 maximum allowed failures.
|
|
Lint:
components/settings/SettingsNotifications.vue#L55
'_event' is defined but never used
|
|
Lint:
components/settings/SettingsNotifications.vue#L40
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/settings/SettingsNotifications.vue#L28
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/settings/SettingsNotifications.vue#L15
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsStatuses.vue#L149
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsFeedback.vue#L13
Attribute "v-if" should go before "class"
|
|
Lint:
components/products/ProductSettingsDomain.vue#L136
'v-html' directive can lead to XSS attack
|
|
Lint:
components/products/ProductSettingsCategories.vue#L132
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L264
Disallow self-closing on HTML void elements (<img/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L256
Disallow self-closing on HTML void elements (<img/>)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/admin-feedback.spec.ts:65:3 › Admin feedback workflow › API: create product, add feedback, delete feedback, delete product
48 did not run
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
629 KB |
sha256:120adf9ce220e885a36aadd5c4077fef0964f5929d5a35acad85c63a2b725a12
|
|
|
playwright-results
Expired
|
10.6 KB |
sha256:7d9421a5352ea12ded1a9845f94d07f6d2f096e6fc77b44eb27809d773d304ef
|
|