Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

test.md

File metadata and controls

20 lines (14 loc) · 378 Bytes

Tests

The following targets can be invoked to run various types of checks/tests available in Wallet:

# run license, linter, and prettier checks
make checks

# run unit test
make test-unit

# run automation tests for vc wallet
make test-e2e-vcwallet

# run automation tests for wallet
make test-e2e-wallet

# run all checks, unit tests, automation tests
make all