diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 415547a1d5edc3d08d5826ace0d132008d43609f..7178e876f0199277a05d047212b5e11e17644315 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -29,14 +29,12 @@
             "label": "Test Server",
             "type": "shell",
             "group": "build",
-            "command": "${workspaceFolder}/server/env/Scripts/python test.py",
+            "command": "env/Scripts/pytest.exe --cov app tests/",
             "problemMatcher": [],
             "options": {
                 "cwd": "${workspaceFolder}/server"
             },
-            "presentation": {
-                "group": "Client/Server"
-            }
+
         },
         {
             "label": "Client + Server",