diff --git a/.theia/launch.json b/.theia/launch.json index b76ea3b2..287b3398 100644 --- a/.theia/launch.json +++ b/.theia/launch.json @@ -76,6 +76,22 @@ "args": [], "console": "integratedTerminal" }, + { + "name": "Odoo: Locust Load Testing", + "type": "python", + "request": "launch", + "program": "/flow/odoo/Locust/entrypoint.py", + "args": [ + // -f /path/to/locustfiles.py + // -d more-specific-db + "--user", "admin", + "--pass", "admin", + "--host", "localhost", + "--port", "8069", + "--proto", "jsonrpc" + ], + "console": "integratedTerminal" + }, { "name": "Odoo: reload foreground server", "type": "python",