feat: add video tour functionality with helpers, configuration, and homepage walkthrough

This commit is contained in:
2026-02-26 02:42:16 +00:00
parent 20eaa50935
commit e8fd38e98a
8 changed files with 295 additions and 1 deletions

View File

@@ -19,7 +19,9 @@
"test:api": "playwright test tests/api",
"test:visual": "playwright test --project=visual-desktop --project=visual-iphonese --project=visual-ipad",
"test:visual:update": "playwright test --project=visual-desktop --project=visual-iphonese --project=visual-ipad --update-snapshots",
"test:report": "playwright show-report"
"test:report": "playwright show-report",
"tour": "playwright test --config=video-tours/playwright.config.ts --project=tour-desktop",
"tour:mobile": "playwright test --config=video-tours/playwright.config.ts --project=tour-mobile"
},
"devDependencies": {
"@babel/cli": "^7.28.6",