// Example wrapper for Playwright test functions and assertions, this file is not used in Self-hosted LiveSync. // eslint-disable-next-line import/no-extraneous-dependencies export { test, expect } from "playwright/test";