Create FUNDING.yml #75
Annotations
3 errors, 1 warning, and 1 notice
Run yarn test:voiceover:chromium:
src/voiceOverTest.ts#L96
1) [chromium] › tests/chromium/chromium.spec.ts:10:7 › Chromium Playwright VoiceOver › I can navigate the Guidepup Github page
Error: Unable to send keys to application: VoiceOver
Command failed: /usr/bin/osascript
64:78: execution error: Application isn’t running. (-600)
at ../../src/voiceOverTest.ts:96
94 |
95 | // Navigate to the beginning of the web content.
> 96 | await voiceOverPlaywright.interact();
| ^
97 | await voiceOverPlaywright.perform(
98 | voiceOverPlaywright.keyboardCommands.jumpToLeftEdge
99 | );
at sendKeys (/Users/runner/work/guidepup-playwright/guidepup-playwright/node_modules/@guidepup/guidepup/lib/macOS/sendKeys/sendKeys.js:19:15)
at LogStore.tap (/Users/runner/work/guidepup-playwright/guidepup-playwright/node_modules/@guidepup/guidepup/lib/macOS/VoiceOver/LogStore.js:94:22)
at VoiceOverCursor.interact (/Users/runner/work/guidepup-playwright/guidepup-playwright/node_modules/@guidepup/guidepup/lib/macOS/VoiceOver/VoiceOverCursor.js:55:16)
at VoiceOver.voiceOverPlaywright.navigateToWebContent (/Users/runner/work/guidepup-playwright/guidepup-playwright/src/voiceOverTest.ts:96:9)
at headerNavigation (/Users/runner/work/guidepup-playwright/guidepup-playwright/examples/playwright-voiceover/tests/headerNavigation.ts:25:3)
at /Users/runner/work/guidepup-playwright/guidepup-playwright/examples/playwright-voiceover/tests/chromium/chromium.spec.ts:40:7
|
Run yarn test:voiceover:chromium:
examples/logIncludesExpectedPhrases.ts#L18
1) [chromium] › tests/chromium/chromium.spec.ts:10:7 › Chromium Playwright VoiceOver › I can navigate the Guidepup Github page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Did not find the following expected text:
- Git stats heading level 2
- Files heading level 2
- README.md heading level 2
- Guidepup heading level 1
at ../logIncludesExpectedPhrases.ts:18
16 |
17 | if (failures.length) {
> 18 | throw new Error(
| ^
19 | `Did not find the following expected text:\n- ${failures.join("\n- ")}`
20 | );
21 | }
at logIncludesExpectedPhrases (/Users/runner/work/guidepup-playwright/guidepup-playwright/examples/logIncludesExpectedPhrases.ts:18:11)
at /Users/runner/work/guidepup-playwright/guidepup-playwright/examples/playwright-voiceover/tests/chromium/chromium.spec.ts:51:33
|
Run yarn test:voiceover:chromium
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, guidepup/setup-action@0.13.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run yarn test:voiceover:chromium
1 failed
[chromium] › tests/chromium/chromium.spec.ts:10:7 › Chromium Playwright VoiceOver › I can navigate the Guidepup Github page
|
The logs for this run have expired and are no longer available.
Loading