Hi,
I’m trying to use the Theia Playwright framework on the Theia repo but I’m confused on how to use it in my project.
I’m also confused that it’s in the examples folder of Theia repo.
Is it a library/package that can be installed and used just like a regular testing framework or is it just templates we’re supposed to copy and import in the project?
I tried the first and it has not lib folder so I have imports like import { TheiaApp } from "@theia/playwright/src/theia-app";
and configure typescript to compile it.