{ "version": "2.0.0", "tasks": [ { "label": "Git: Save WIP", "type": "shell", "command": "git save-wip", "group": "build", "presentation": { "reveal": "always", "panel": "shared" } }, { "label": "Git: Load WIP", "type": "shell", "command": "git load-wip", "group": "build", "presentation": { "reveal": "always", "panel": "shared" } }, { "label": "Git: Reset Cloud WIP", "type": "shell", "command": "git push origin --delete wip-sync", "presentation": { "reveal": "always", "panel": "shared" } }, { "label": "Git: Abort WIP (Reset Local)", "type": "shell", "command": "git abort-wip", "group": "none", "presentation": { "reveal": "always", "panel": "shared", "echo": true } }, { "label": "PW: Task Modification Tests", "type": "shell", "command": "cd \"${workspaceFolder}/frontend/vue-app\" && npx playwright test e2e/mode_parent/task-modification --project=chromium-task-modification", "isBackground": false, "group": "test" }, { "label": "PW: Task Modification Tests (PS)", "type": "shell", "command": "powershell -Command \"cd '$env:APPDATA/../../../d/Python Utilities/Reward/frontend/vue-app'; npx playwright test e2e/mode_parent/task-modification --project=chromium-task-modification\"", "isBackground": false, "group": "test" }, { "label": "PW: Task Modification Tests (cmd)", "type": "shell", "command": "cmd /c \"cd /d \\\"D:\\Python Utilities\\Reward\\frontend\\vue-app\\\" && npx playwright test e2e/mode_parent/task-modification --project=chromium-task-modification 2>&1\"", "isBackground": false, "group": "test" }, { "label": "PW: User Profile Tests", "type": "shell", "command": "cd \"${workspaceFolder}/frontend/vue-app\" && npx playwright test e2e/mode_parent/user-profile --project=chromium-user-profile --project=chromium-user-profile-pin --project=chromium-user-profile-delete", "isBackground": false, "group": "test" }, { "label": "PW: User Profile Tests 2", "type": "shell", "command": "cd \"${workspaceFolder}/frontend/vue-app\" && npx playwright test e2e/mode_parent/user-profile --project=chromium-user-profile --project=chromium-user-profile-pin --project=chromium-user-profile-delete", "isBackground": false, "group": "test" }, { "label": "PW: User Profile Tests Final", "type": "shell", "command": "cd \"${workspaceFolder}/frontend/vue-app\" && npx playwright test e2e/mode_parent/user-profile --project=chromium-user-profile --project=chromium-user-profile-pin --project=chromium-user-profile-delete", "isBackground": false, "group": "test" } ] }