add logging to test suite

This commit is contained in:
Jonas Kruckenberg 2022-11-16 12:36:08 +01:00
parent bf2809393a
commit 17df08297c
7 changed files with 172 additions and 8 deletions

View file

@ -17,6 +17,7 @@ tauri-build = { version = "1.2", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2", features = ["api-all"] }
tauri-plugin-log = {git = "https://github.com/tauri-apps/tauri-plugin-log", features = ["colored"] }
[features]
# by default Tauri runs in production mode