dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit 81a0073845 - Show all commits
+15
View File
@@ -0,0 +1,15 @@
{
"name": "novalon-website-e2e-tests",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "playwright test",
"test:standard": "TEST_TIER=standard playwright test --config=playwright.config.tiered.ts",
"test:fast": "TEST_TIER=fast playwright test --config=playwright.config.tiered.ts",
"test:deep": "TEST_TIER=deep playwright test --config=playwright.config.tiered.ts"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^20.0.0"
}
}