Wrote end-to-end cypress tests
This commit is contained in:
8
client/cypress.json
Normal file
8
client/cypress.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"baseUrl": "http://localhost:8080",
|
||||
"viewportHeight": 800,
|
||||
"viewportWidth": 1440,
|
||||
"env": {
|
||||
"apiBaseUrl": "http://localhost:3000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user