listmonk/frontend/cypress.json

10 lines
267 B
JSON
Vendored

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