Skip to content

Allow CI to succeed despite Chromatic Storybook deployment errors #3685

Allow CI to succeed despite Chromatic Storybook deployment errors

Allow CI to succeed despite Chromatic Storybook deployment errors #3685

Triggered via push September 11, 2023 08:13
Status Failure
Total duration 7m 26s
Artifacts

build.yml

on: push
Build and deploy to preview channel
2m 11s
Build and deploy to preview channel
Lint source
3m 20s
Lint source
Check dependency versions
41s
Check dependency versions
Build storybook for client
4m 13s
Build storybook for client
Build storybook for ui
3m 13s
Build storybook for ui
Coveralls finish
0s
Coveralls finish
Fit to window
Zoom out
Zoom in

Annotations

13 errors
src/__tests__/dataTriggers.test.ts ► Cloud functions -> Data triggers -> > createAttendanceForBooking > should create attendance entry for booking and not overwrite existing data in slot: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: AssertionError: expected { date: '2021-03-01', …(1) } to deeply equal { date: '2021-03-01', …(1) }
src/__tests__/firestoreRules.test.ts ► Firestore rules > Organization rules > should not allow read nor write access to an unauth user: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow access to unauth user: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot date not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot type not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Slots rules > should not allow create/update if slot category not valid: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > SlotsByDay rules > should not allow write access (the collection is updated by cloud functions): packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
src/__tests__/firestoreRules.test.ts ► Firestore rules > Bookings rules > should not allow update access to non-admins: packages/client/junit.xml#L0
Failed test found in: packages/client/junit.xml Error: Error: Expected request to fail, but it succeeded.
Run tests
Process completed with exit code 1.
Run tests
Failed test were found and 'fail-on-error' option is set to true