This directory contains integration tests for the jupyterlab-sos extension using Playwright and Galata.
# Install dependencies
jlpm install
# Install Playwright browsers
jlpm playwright install
# Run tests
jlpm playwright testtests/- Contains test filesplaywright.config.js- Playwright configuration using Galatapackage.json- Dependencies and scripts
Create new .spec.ts files in the tests/ directory. Tests should use the Galata framework which provides JupyterLab-specific utilities for testing extensions.