Skip to content

feat: wip visual test #346

feat: wip visual test

feat: wip visual test #346

Triggered via push August 1, 2024 14:42
Status Success
Total duration 3m 58s
Artifacts

release.yml

on: push
Unit Test + Linting + Storybook
1m 36s
Unit Test + Linting + Storybook
Visual testing with baseline comparison
3m 46s
Visual testing with baseline comparison
Build, Deploy to GitHub pages, Release npm package
0s
Build, Deploy to GitHub pages, Release npm package
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Unit Test + Linting + Storybook
The following actions uses Node.js version which is deprecated 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/
Unit Test + Linting + Storybook: src/components/Avatar/Avatar.stories.tsx#L103
React Hook useEffect has unnecessary dependencies: 'initialValue' and 'maxValue'. Either exclude them or remove the dependency array. Outer scope values like 'initialValue' aren't valid dependencies because mutating them doesn't re-render the component
Unit Test + Linting + Storybook: src/components/Avatar/Examples.stories.tsx#L165
The story should use PascalCase notation: environmentModel
Unit Test + Linting + Storybook: src/components/Lights/Lights.component.tsx#L58
React Hook useEffect has missing dependencies: 'lightTarget', 'scene', 'targets.head', and 'targets.shoe'. Either include them or remove the dependency array
Unit Test + Linting + Storybook: src/components/Models/BoundsModel/BoundsModel.container.tsx#L22
React Hook useCallback has a missing dependency: 'onLoaded'. Either include it or remove the dependency array
Unit Test + Linting + Storybook: src/components/Models/BoundsModel/BoundsModel.container.tsx#L29
React Hook useMemo has an unnecessary dependency: 'modelSrc'. Either exclude it or remove the dependency array
Unit Test + Linting + Storybook: src/components/Models/BoundsModel/BoundsModel.container.tsx#L36
React Hook useEffect has a missing dependency: 'bounds'. Either include it or remove the dependency array
Unit Test + Linting + Storybook: src/components/Models/Model/Model.component.tsx#L95
React Hook useMemo has a missing dependency: 'scene'. Either include it or remove the dependency array
Unit Test + Linting + Storybook: src/services/Models.service.tsx#L63
Unexpected console statement
Unit Test + Linting + Storybook: src/services/Models.service.tsx#L360
React Hook useEffect has missing dependencies: 'headMesh.morphTargetDictionary' and 'selectedExpression'. Either include them or remove the dependency array
Unit Test + Linting + Storybook: src/services/Models.service.tsx#L382
React Hook useCallback has unnecessary dependencies: 'duration.current' and 'timeout.current'. Either exclude them or remove the dependency array. Mutable values like 'duration.current' aren't valid dependencies because mutating them doesn't re-render the component
Visual testing with baseline comparison
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/