test(e2e): scaffold WebdriverIO + tauri-driver E2E testing infrastructure

This commit is contained in:
Hibryda 2026-03-08 21:13:38 +01:00
parent 7fc87a9567
commit 3c3a8ab54e
6 changed files with 6381 additions and 15 deletions

View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",
"types": ["@wdio/mocha-framework", "@wdio/globals/types"],
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["specs/**/*.ts"]
}