Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 356 Bytes

File metadata and controls

31 lines (20 loc) · 356 Bytes

Desktop App E2E Tests

Prerequisites

Install Google Chrome

Install dependencies:

yarn setup

Build Test Artifacts

yarn build:test:app

Initialise Playwright

Install browsers to test with Playwright:

yarn app playwright install chromium

Run Tests

yarn app test:e2e:app