init-pixiu/config/SidebarPageConfig.json
雨霖铃 729b6de180 feat(tests): add global setup and test specification for identity verification
- Created a global setup file to handle user login and merchant selection based on identity verification.
- Implemented a test specification to verify the identity verification tool and log merchant details.
2025-06-25 22:45:26 +08:00

11 lines
312 B
JSON

{
"setting": {
"name": "设置",
"selector": "#app > div.routerView.page_view > div > div.navStore_view > div.left_menu_area > div.menu_area.scroll0 > ul > li:nth-child(3)",
"content": [
{ "name": "微信设置", "selector": "" },
{ "name": "支付设置", "selector": "" }
]
}
}