aboutsummaryrefslogtreecommitdiffstats
path: root/.cypress/cypress.json
diff options
context:
space:
mode:
Diffstat (limited to '.cypress/cypress.json')
-rw-r--r--.cypress/cypress.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.cypress/cypress.json b/.cypress/cypress.json
index dd3beceef..554495d4b 100644
--- a/.cypress/cypress.json
+++ b/.cypress/cypress.json
@@ -1,4 +1,7 @@
{
"baseUrl": "http://localhost:3001",
- "projectId": "y8vvs1"
+ "projectId": "y8vvs1",
+ "env": {
+ "postcode": "BS10 5EE"
+ }
}