✨ feat: add video tour functionality with helpers, configuration, and homepage walkthrough
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user