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
26 stars 3 forks source link

Automated frontend testing #67

Open daniel-mader opened 1 year ago

daniel-mader commented 1 year 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 11 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 5 months ago

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