devops-customers-squad / customers

This repository contains the implementation of the customers RESTful Flask service to be used by the eCommerce site.
Apache License 2.0
0 stars 2 forks source link

Change BASE_URL in environment.py so BDD tests work both locally and in the cloud #217

Closed ryanjcohen closed 2 years ago

ryanjcohen commented 2 years ago

Describe the problem BASE_URL was changed in environment.py, causing BDD tests to not run locally.

Expected behavior We need to set BASE_URL conditionally based on whether the BDD tests are being run in the cloud, so that BDD tests work both locally and in our CI/CD pipeline.