Skip to content

E2E workflows

E2E workflows #5

Triggered via pull request June 28, 2024 15:17
Status Cancelled
Total duration 6m 48s
Artifacts

pr-open.yml

on: pull_request
create-preview-env  /  Create Preview Env
26s
create-preview-env / Create Preview Env
Comment on preview env
6s
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
9s
Comment on unit test outcome
Run E2E Test Suite  /  Publish Report
Run E2E Test Suite / Publish Report
Comment on test outcome
5s
Comment on test outcome
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 54 warnings
create-preview-env / Create Preview Env
Process completed with exit code 254.
run-unit-tests / tests
Canceling since a higher priority waiting request for 'preview-env-manage-1843' exists
run-unit-tests / tests
The operation was canceled.
Comment on test outcome
Error creating status request object: Input 'state' must be one of success | error | failure | pending
src/__mocks__/LookupTableUploader.tsx#L53
React Hook useEffect has a missing dependency: 'onFileReady'. Either include it or remove the dependency array. If 'onFileReady' changes too often, find the parent component that defines it and wrap that definition in useCallback (react-hooks/exhaustive-deps)
src/modules/Auth/features/Login/LoginForm/LoginForm.tsx#L78
React Hook useEffect has missing dependencies: 'dispatch', 'location.state', and 'navigate'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow/Condition/Condition.test.tsx#L207
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow/ConditionRow.tsx#L105
React Hook useCallback has missing dependencies: 'activityName', 'conditionPayloadName', 'conditionTypeName', 'setValue', and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow/ConditionRow.tsx#L128
React Hook useCallback has missing dependencies: 'clearErrors', 'conditionPayloadName', 'conditionPayloadSelectionName', and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow/ConditionRow.tsx#L131
React Hook useCallback has a missing dependency: 'onRemove'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow/ConditionRow.tsx#L133
React Hook useMemo has a missing dependency: 'options'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow_old/Condition/Condition.test.tsx#L209
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow_old/Condition/Condition.utils.ts#L67
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow_old/Condition/Condition.utils.ts#L70
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow_old/Condition/Condition.utils.ts#L103
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow_old/Condition/Condition.utils.ts#L108
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/components/ConditionRow_old/ConditionRow.tsx#L107
React Hook useCallback has missing dependencies: 'activityName', 'conditionPayloadName', 'conditionTypeName', 'setValue', and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow_old/ConditionRow.tsx#L130
React Hook useCallback has missing dependencies: 'clearErrors', 'conditionPayloadName', 'conditionPayloadSelectionName', and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow_old/ConditionRow.tsx#L133
React Hook useCallback has a missing dependency: 'onRemove'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ConditionRow_old/ConditionRow.tsx#L135
React Hook useMemo has a missing dependency: 'options'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/components/ToggleItemContainer/ToggleItemContainer.types.ts#L14
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/modules/Builder/components/ToggleItemContainer/ToggleItemContainer.types.ts#L15
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/modules/Builder/features/ActivityAbout/ActivityAbout.hooks.ts#L13
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivityAbout/ActivityAbout.hooks.ts#L27
React Hook useEffect has missing dependencies: 'fieldName' and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityAbout/ActivityAbout.hooks.ts#L44
React Hook useEffect has missing dependencies: 'fieldName' and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityFlowSettings/ActivityFlowSettings.utils.test.tsx#L46
'id' is assigned a value but never used. Allowed unused vars must match /^_/u (unused-imports/no-unused-vars)
src/modules/Builder/features/ActivityItems/ActivityItems.utils.ts#L56
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivityItems/ActivityItems.utils.ts#L63
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivityItems/ItemConfiguration/InputTypeItems/AudioPlayer/AudioPlayer.tsx#L28
React Hook useEffect has missing dependencies: 'media', 'trigger', and 'urlName'. Either include them or remove the dependency array. You can also do a functional update 'setMedia(m => ...)' if you only need 'media' in the 'setMedia' call (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/InputTypeItems/NumberSelection/NumberSelection.tsx#L30
React Hook useEffect has missing dependencies: 'maxValueName', 'minValueName', and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/InputTypeItems/SelectionOption/SelectionOption.hooks.tsx#L30
React Hook useEffect has a missing dependency: 'setOptionFieldValue'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/InputTypeItems/SliderRows/SliderPanel/SliderPanel.utils.tsx#L74
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivityItems/ItemConfiguration/InputTypeItems/SliderRows/SliderPanel/SliderPanel.utils.tsx#L91
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivityItems/ItemConfiguration/OptionalItemsAndSettings/OptionalItemsAndSettings.hooks.tsx#L85
React Hook useMemo has a missing dependency: 'name'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/OptionalItemsAndSettings/OptionalItemsAndSettings.hooks.tsx#L183
React Hook useEffect has missing dependencies: 'clearErrors', 'getValues', 'handleAddOption', 'handleAddSingleOrMultipleRow', 'handleAddSliderRow', 'name', 'removeOptions', 'setConfig', 'setValue', and 'watch'. Either include them or remove the dependency array. If 'removeOptions' changes too often, find the parent component that defines it and wrap that definition in useCallback (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/OptionalItemsAndSettings/OptionalItemsAndSettings.hooks.tsx#L192
React Hook useEffect has missing dependencies: 'hasRequiredItems', 'isSkippable', 'name', and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/OptionalItemsAndSettings/SkippedItemInVariablesModal/SkippedItemInVariablesModal.hooks.ts#L44
React Hook useEffect has missing dependencies: 'activityItems', 'fieldName', 'name', and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/Settings/ColorPalette/ColorPalettePicker/ColorPalettePicker.tsx#L37
React Hook useEffect has missing dependencies: 'getValues', 'optionsName', and 'setValue'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivityItems/ItemConfiguration/__tests__/ItemConfigurationAudioPlayer.test.tsx#L11
'itemProps' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)
src/modules/Builder/features/ActivityItems/LeftBar/Item/Item.tsx#L34
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/LookupTable/LookupTable.utils.tsx#L128
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/SubscalesConfiguration.hooks.ts#L37
React Hook useEffect has missing dependencies: 'appendSystemItems', 'items', and 'removeSystemItems'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/SubscalesConfiguration.tsx#L117
React Hook useEffect has missing dependencies: 'resetCalculateTotalScoreField' and 'subscalesLength'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/SubscalesConfiguration.tsx#L117
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/SubscalesConfiguration.tsx#L123
React Hook useEffect has a missing dependency: 'calculateTotalScore'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/ActivitySettings/SubscalesConfiguration/SubscalesConfiguration.tsx#L123
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/GeneralSettings/ButtonsScreen/ButtonsContent/ButtonsContent.tsx#L62
React Hook useEffect has missing dependencies: 'buttonFirstField' and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/GeneralSettings/ButtonsScreen/ButtonsContent/ButtonsContent.tsx#L69
React Hook useEffect has missing dependencies: 'buttonSecondField' and 'trigger'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/GeneralSettings/ButtonsScreen/ButtonsContent/ButtonsContent.tsx#L75
React Hook useEffect has a missing dependency: 'itemButtons?.length'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/GeneralSettings/StimulusScreen/StimulusContent/StimulusContent.tsx#L104
React Hook useEffect has missing dependencies: 'replace' and 'stimulusTrials'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/GeneralSettings/StimulusScreen/StimulusContent/StimulusContent.tsx#L111
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/modules/Builder/features/PerformanceTasks/Flanker/RoundSettings/BlockSequences/BlockSequencesContent/BlockSequencesContent.tsx#L73
React Hook useEffect has missing dependencies: 'blockSequencesField', 'clearErrors', 'setValue', and 'stimulusTrials'. 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 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/
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/.