listmonk/frontend/cypress.json

9 lines
230 B
JSON
Raw Normal View History

2021-02-20 09:19:14 +01:00
{
"baseUrl": "http://localhost:8080",
2021-02-20 09:19:14 +01:00
"env": {
"server_init_command": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
"username": "listmonk",
"password": "listmonk"
}
}