Skip to content

E2E workflows

E2E workflows #2

Triggered via pull request June 17, 2024 15:06
Status Failure
Total duration 2m 4s
Artifacts

pr-open.yml

on: pull_request
create-preview-env  /  Create Preview Env
3s
create-preview-env / Create Preview Env
Comment on preview env
11s
Comment on preview env
Run E2E Test Suite  /  Run E2E Test Suite
Run E2E Test Suite / Run E2E Test Suite
Comment on unit test outcome
6s
Comment on unit test outcome
Run E2E Test Suite  /  Publish Report
Run E2E Test Suite / Publish Report
Comment on test outcome
11s
Comment on test outcome
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
create-preview-env / Create Preview Env
Process completed with exit code 254.
Comment on test outcome
Error creating status request object: Input 'state' must be one of success | error | failure | pending
src/app/App.tsx#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L48
React Hook useEffect has a missing dependency: 'getMultiInformantState'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L68
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/widgets/LoginWithRedirect/index.tsx#L24
React Hook useEffect has missing dependencies: 'location.pathname' and 'location.search'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
run-unit-tests / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Comment on unit test outcome
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: LoveToKnow/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Comment on test outcome
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: LoveToKnow/[email protected], guibranco/github-status-action-v2@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Comment on test outcome
The following actions uses node12 which is deprecated and will be forced to run on node16: guibranco/github-status-action-v2@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/