listmonk/frontend/cypress.json
2021-04-10 12:26:33 +05:30

9 lines
230 B
JSON
Vendored

{
"baseUrl": "http://localhost:9000",
"env": {
"server_init_command": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
"username": "listmonk",
"password": "listmonk"
}
}