impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

Automated frontend testing #67

Open daniel-mader opened 9 months ago

daniel-mader commented 9 months ago

Description

We want to assure all pages and elements are displayed as expected without having to manually click through all flows and inspect if every feature works.

Motivation

Greatly improved debugging, quality assurance, save time.

Resources

No response

To-do List

daniel-mader commented 6 months ago

According to the docs Playwright is not supported, also Webdriver support for Tauri is still in pre-alpha. Currently, we're left with vitest and mocking Tauri APIs.

maiertech commented 6 days ago

Adding Blocked because we count on Tauri to add the infrastructure for automated front-end testing.