Migrate from Cypress to Playwright

This commit is contained in:
Przemek Więch
2026-05-06 11:51:30 +02:00
parent 664ca69fb3
commit d427300ddf
28 changed files with 740 additions and 1403 deletions

3
tests/global.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
interface Window {
__registeredTools?: any[];
}