feat(tests): add api e2e tests (#3617)

* feat(tests): add api e2e tests

* lockfile

* mobile

* try linux fix [skip ci]

* ios fix

* fix test on windows

* improve cache

* fix pnpm audit [skip ci]
This commit is contained in:
Lucas Fernandes Nogueira
2026-09-22 18:58:14 -03:00
committed by GitHub
parent 7f87091288
commit 684feb2510
47 changed files with 10292 additions and 107 deletions
+4
View File
@@ -8,6 +8,10 @@
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ts:check": "pnpm run -r ts:check",
"test:api-e2e": "pnpm run --filter \"api-e2e\" e2e",
"test:api-e2e:android": "pnpm run --filter \"api-e2e\" e2e:android",
"test:api-e2e:ios": "pnpm run --filter \"api-e2e\" e2e:ios",
"example:api:dev": "pnpm run --filter \"api\" tauri dev"
},
"devDependencies": {