fix: typo #9
Annotations
5 errors and 1 warning
tests/gherkin-intro.feature > Feature: FAQ pages > Rule: Answers should be HIDDEN by default > Scenario: I expand a FAQ question to see the answer:
packages/playwright/src/PlaywrightWorld.ts#L35
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
❯ PlaywrightWorld.init src/PlaywrightWorld.ts:35:35
❯ initScenario tests/gherkin-intro.feature:30:15
❯ initRuleScenario tests/gherkin-intro.feature:45:25
❯ tests/gherkin-intro.feature:53:25
|
tests/gherkin-intro.feature > Feature: FAQ pages > Rule: Answers should be HIDDEN by default > Scenario: FAQ questions expand even without javascript:
packages/playwright/src/PlaywrightWorld.ts#L35
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
❯ PlaywrightWorld.init src/PlaywrightWorld.ts:35:35
❯ initScenario tests/gherkin-intro.feature:30:15
❯ initRuleScenario tests/gherkin-intro.feature:45:25
❯ tests/gherkin-intro.feature:64:25
|
tests/playwright.feature > Feature: Basic tests of Playwright browser and steps > Scenario: I can go to a page:
packages/playwright/src/PlaywrightWorld.ts#L35
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
❯ PlaywrightWorld.init src/PlaywrightWorld.ts:35:35
❯ initScenario tests/playwright.feature:30:15
❯ tests/playwright.feature:43:23
|
tests/playwright.feature > Feature: Basic tests of Playwright browser and steps > Scenario: Getting another page should support concurrency:
packages/playwright/src/PlaywrightWorld.ts#L35
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
❯ PlaywrightWorld.init src/PlaywrightWorld.ts:35:35
❯ initScenario tests/playwright.feature:30:15
❯ tests/playwright.feature:50:23
|
Release
Process completed with exit code 1.
|
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|