diff --git a/src/stories/foundation/testReference.mdx b/src/stories/foundation/testReference.mdx new file mode 100644 index 000000000..df81527f3 --- /dev/null +++ b/src/stories/foundation/testReference.mdx @@ -0,0 +1,25 @@ +import { Meta } from '@storybook/blocks'; + + + +# Test Reference + +When performing regression or localization testing, be sure to review the critical components in the appropriate section. + +## Regression Testing + +* [BasicPointsForBadges](/story/container-basicpointsforbadges--with-goals-and-badges) - Icons and Progress Bar +* [GlucoseChart](/docs/container-glucosechart--docs) - Multi-modal chart. +* [PDFPreview](/docs/container-pdfpreview--docs) - PDF output. +* [SeverityCalendar](/story/container-severitycalendar--default) - Calendar view. + +## Localization Testing + +When testing a new locale, be sure to check the following components: + +* [AppDownload](/docs/container-appdownload--docs) - App store badges. +* [DailyDataChart](/docs/container-dailydatachart--docs) - Days of week. +* [DeviceDataMonthCharts](/docs/container-devicedatamonthcharts--docs) - Decimal separator (on miles chart). +* [GlucoseChart](/docs/container-glucosechart--docs) - Times of day & thousands separator (on step count). +* [MealEditor](/docs/container-mealeditor--docs) - Long date format. +* [RelativeActivity](/docs/container-relativeactivity--docs) - Short date format. \ No newline at end of file