test: Use insta, closes #57

Use insta for UI tests, adds snapshots of UI layout
This commit is contained in:
Jack Wills
2025-04-16 11:16:45 +00:00
parent 8f959c5408
commit 9362d7b481
126 changed files with 2059 additions and 1773 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"--security-opt",
"seccomp=unconfined"
],
"postCreateCommand": "cargo install cross typos-cli cargo-expand",
"postCreateCommand": "cargo install cross typos-cli cargo-expand cargo-insta",
"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.