Update sharing and publishing specs to integrate QR code sharing #3
ci.yml
on: pull_request
Lint
25s
Unit Tests
16s
Integration Tests
18s
Build
17s
E2E Tests
2m 25s
Annotations
12 errors and 7 warnings
|
Integration Tests
Process completed with exit code 1.
|
|
Lint:
app/scripts/dev-multiplayer.ts#L24
'execAsync' is assigned a value but never used
|
|
Lint:
app/scripts/dev-multiplayer.ts#L21
'spawn' is defined but never used
|
|
Lint:
app/scripts/create-test-sessions.ts#L30
'category' is defined but never used
|
|
Lint:
app/e2e/playback.spec.ts#L40
Unexpected any. Specify a different type
|
|
Lint:
app/e2e/playback.spec.ts#L39
Unexpected any. Specify a different type
|
|
Lint:
app/e2e/playback.spec.ts#L24
Unexpected any. Specify a different type
|
|
Lint:
app/e2e/playback.spec.ts#L18
Unexpected any. Specify a different type
|
|
Lint:
app/e2e/playback.spec.ts#L15
Unexpected any. Specify a different type
|
|
Lint:
app/e2e/playback.spec.ts#L11
'stepChanges' is assigned a value but never used
|
|
Lint:
app/e2e/multiplayer.spec.ts#L166
'playerCountText1' is assigned a value but never used
|
|
E2E Tests
Process completed with exit code 1.
|
|
Lint:
app/src/hooks/useSession.ts#L210
React Hook useEffect has a missing dependency: 'state'. Either include it or remove the dependency array
|
|
Lint:
app/src/hooks/useSession.ts#L162
React Hook useEffect has missing dependencies: 'isDebugMode', 'loadState', 'logError', 'logState', 'resetState', and 'setSessionInfo'. Either include them or remove the dependency array. If 'resetState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
app/src/hooks/useQRMode.ts#L65
React Hook useMemo has an unnecessary dependency: 'isActive'. Either exclude it or remove the dependency array
|
|
Lint:
app/src/hooks/useMultiplayer.ts#L162
React Hook useEffect has a missing dependency: 'getStateForHash'. Either include it or remove the dependency array
|
|
Lint:
app/src/context/RemoteChangeContext.tsx#L42
The ref value 'timersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'timersRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint
React Hook useEffect has a missing dependency: 'handleStopRecording'. Either include it or remove the dependency array
|
|
E2E Tests
No files were found with the provided path: app/playwright-report/. No artifacts will be uploaded.
|