This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
overhaul #4
Annotations
17 errors and 6 warnings
test (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "integration.test.ts scripts"
at integration.test.ts:35
33 | });
34 |
> 35 | test.only("scripts", async () => {
| ^
36 | await using window = await launchTestApp();
37 |
38 | const counter = window.locator("[data-testid='counter']");
|
test (ubuntu-latest)
The process '/usr/bin/xvfb-run' failed with exit code 1
|
knip
Process completed with exit code 1.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
typecheck
A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
test (macos-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "integration.test.ts scripts"
at integration.test.ts:35
33 | });
34 |
> 35 | test.only("scripts", async () => {
| ^
36 | await using window = await launchTestApp();
37 |
38 | const counter = window.locator("[data-testid='counter']");
|
test (macos-latest)
The process '/Users/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
test (windows-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '..\playwright.config.ts': "integration.test.ts scripts"
at integration.test.ts:35
33 | });
34 |
> 35 | test.only("scripts", async () => {
| ^
36 | await using window = await launchTestApp();
37 |
38 | const counter = window.locator("[data-testid='counter']");
|
test (windows-latest)
The process 'C:\Users\runneradmin\setup-pnpm\node_modules\.bin\pnpm.CMD' failed with exit code 1
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
knip
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, coactions/setup-xvfb@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|