Skip to content

Commit

Permalink
Update glossary.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Oct 17, 2024
1 parent a056ef1 commit 7fd3c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/engineering/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ import glossaryRow from "./diagrams/glossary_row.png";

## T

- **Testing** - Golden: Used to compare the rendered UI of a widget with an image as a reference. In other words, this ensures that the UI does not change unexpectedly by capturing and comparing screenshots of widgets.
- **Testing - Golden**: Used to compare the rendered UI of a widget with an image as a reference. In other words, this ensures that the UI does not change unexpectedly by capturing and comparing screenshots of widgets.
- **Testing - Integration**: Code that tests the complete app or large parts of it. This includes UI and the interaction between multiple components in different layers.
- **Testing - Unit**: Code that ensures that a piece of logic works as expected without dependencies on other parts of the app.
- **Testing - Widget**: Code that verifies the behavior and appearance of UI widgets in different scenarios, ensuring they render and function correctly.
Expand Down

0 comments on commit 7fd3c44

Please sign in to comment.