Written a very simple e2e-test with cypress
[examples/angular-tour-of-heroes] / cypress.json
diff --git a/cypress.json b/cypress.json
new file mode 100644 (file)
index 0000000..fce87bf
--- /dev/null
@@ -0,0 +1,3 @@
+{
+  "baseUrl": "http://localhost:4200"
+}