tests(e2e): improve coverage

This commit is contained in:
Lucas Nogueira
2026-09-22 21:54:21 -03:00
parent 684feb2510
commit c8c373b48b
50 changed files with 1893 additions and 183 deletions
+17
View File
@@ -32,6 +32,23 @@ license = "Apache-2.0 OR MIT"
rust-version = "1.77.2"
repository = "https://github.com/tauri-apps/plugins-workspace"
# Stronghold encrypts its snapshots with scrypt: unoptimized, saving or loading one
# takes ~45s instead of ~1s, which stalls the (debug) example app and its e2e suite.
[profile.dev.package.scrypt]
opt-level = 3
[profile.dev.package.salsa20]
opt-level = 3
[profile.dev.package.pbkdf2]
opt-level = 3
[profile.dev.package.sha2]
opt-level = 3
[profile.dev.package.hmac]
opt-level = 3
[profile.dev.package.iota-crypto]
opt-level = 3
[profile.dev.package.rust-argon2]
opt-level = 3
# default to small, optimized release binaries
[profile.release]
panic = "abort"