Skip to content

session-foundation/session-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

446 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors