From 9dd7ee51a36136243ab14b9432320287dc2bbe8f Mon Sep 17 00:00:00 2001 From: Larry Adames Date: Fri, 21 Jul 2023 07:52:38 -0400 Subject: [PATCH] add staging host to config for cucumber tests --- e2e/config/hosts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/config/hosts.json b/e2e/config/hosts.json index 69ee7ac5f..7d5324d58 100644 --- a/e2e/config/hosts.json +++ b/e2e/config/hosts.json @@ -1,3 +1,4 @@ { - "localhost": "http://0.0.0.0:8009/" + "localhost": "http://0.0.0.0:8009/", + "staging": "https://marlowe-playground-test.scdev.aws.iohkdev.io/" } \ No newline at end of file