listmonk/frontend/cypress.json
2021-12-09 20:47:52 +05:30

12 lines
317 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"
},
"viewportWidth": 1300,
"viewportHeight": 950
}