Add cypress config base url.

This commit is contained in:
Dillon Kearns 2021-07-21 13:29:54 -07:00
parent d81c5ad0d3
commit ced6284a95

View File

@ -1,3 +1,4 @@
{
"defaultCommandTimeout": 4000
"defaultCommandTimeout": 4000,
"baseUrl": "http://localhost:1234"
}