listmonk/frontend/cypress.json

12 lines
317 B
JSON
Raw Normal View History

2021-02-20 16:19:14 +08:00
{
"baseUrl": "http://localhost:9000/admin",
2021-02-20 16:19:14 +08:00
"env": {
"apiUrl": "http://localhost:9000",
"serverInitCmd": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
2021-02-20 16:19:14 +08:00
"username": "listmonk",
"password": "listmonk"
2021-12-09 23:17:52 +08:00
},
"viewportWidth": 1300,
"viewportHeight": 950
2021-02-20 16:19:14 +08:00
}