Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 786 Bytes

File metadata and controls

30 lines (21 loc) · 786 Bytes

Automation testing for Session Desktop

This repository holds the code to run regression test for Session Desktop with Playwright.

Prerequisites

Note: The tests currently are only compatible with Linux and macOS.

Quick setup

pnpm install --frozen-lockfile
git submodule update --init --recursive

Environment configuration

  • cp .env.sample .env
  • Edit the .env file to match your desired configuration
  • The usage of each environment variable is documented in the sample file.

Running tests

pnpm test                           # Run the entire suite
pnpm test -g "grep pattern"         # Run specific tests