Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Setup tests (test automation) #2380

Merged
merged 10 commits into from
Sep 26, 2024
20 changes: 10 additions & 10 deletions tests/pw/feature-map/feature-map.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- page: 'plugins'
- page: 'Plugins'
features:
admin:
admin can install Dokan plugin [lite]: false
Expand All @@ -21,12 +21,12 @@
- page: 'Shipping'
features:
admin:
admin can enable shipping method [lite]: true
admin can enable shipping [lite]: true
admin can add flat rate shipping method [lite]: true
admin can add free shipping method [lite]: true
admin can add vendor shipping method: true
admin can delete shipping method [lite]: true
admin can delete shipping zone [lite]: true
admin can delete shipping zone [lite]: true
vendor:
vendor can view shipping settings menu page: true
vendor can add shipping policy: true
Expand Down Expand Up @@ -273,14 +273,14 @@
vendor can view reverse withdrawal menu page [lite]: true
vendor can view reverse withdrawal notice (In grace period) [lite]: true
vendor can view reverse withdrawal notice (after grace period) [lite]: true
vendor can view reverse withdrawal announcement [lite]: true
vendor can view reverse withdrawal announcement: true
vendor can filter reverse withdrawals by date [lite]: true
vendor can pay reverse withdrawal balance [lite]: true

- page: 'Catalog Mode'
features:
admin:
admin can set catalog settings [lite]: true
admin can set catalog mode [lite]: true
admin can disable hide product price in catalog mode [lite]: true
vendor:
vendor can set catalog mode (storewide) [lite]: true
Expand Down Expand Up @@ -315,10 +315,10 @@
- page: 'Shortcode'
features:
admin:
admin can create page with dokan shortcode: false
admin can create page with Dokan shortcode: false
vendor:
vendor can view dokan dashboard (shortcode): true
vendor can view dokan subscription packs (shortcode): true
vendor can view Dokan dashboard (shortcode): true
vendor can view Dokan subscription packs (shortcode): true
guest user can view vendor registration form (shortcode): true
customer:
customer can view best selling products (shortcode): true
Expand Down Expand Up @@ -368,7 +368,7 @@
admin can enable vendor selling (selling settings) [lite]: true
admin can set order status change capability (selling settings) [lite]: true

- page: 'settings'
- page: 'Settings'
features:
admin:
admin can view settings menu page [lite]: true
Expand Down Expand Up @@ -721,7 +721,7 @@
admin can set product advertising expiry days: false
admin can enable vendor product advertising purchase permission: false
admin can set product advertisement cost: false
admin can enable product advertising on dokan subscription: false
admin can enable product advertising on Dokan subscription: false
admin can set advertised product as featured: false
admin can set advertised product display preference: false
admin can hide out of stock advertised product: false
Expand Down
14 changes: 7 additions & 7 deletions tests/pw/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/pw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"npm-check-updates": "^17.1.2",
"prettier": "^3.3.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@faker-js/faker": "^9.0.1",
Expand Down
Loading
Loading