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.
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.