Skip to content

Commit 8745fc9

Browse files
CMSNAV-798: Revise package versions
1 parent 2ab7991 commit 8745fc9

6 files changed

Lines changed: 441 additions & 161 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROXY_NAME="smeg"

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ publish: clean
3131
mkdir -p build
3232
npm run publish 2> /dev/null
3333

34+
#Serve the API description locally
35+
serve:
36+
npm run serve
37+
3438
#Runs build proxy script
3539
build-proxy:
3640
scripts/build_proxy.sh
@@ -54,7 +58,7 @@ TEST_CMD := @APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) \
5458
poetry run pytest -v \
5559
--color=yes \
5660
--api-name=nhs-website-content-api \
57-
--proxy-name=$(PROXY_NAME) \
61+
--proxy-name=test \
5862
-s
5963

6064
PROD_TEST_CMD := $(TEST_CMD) \
@@ -78,4 +82,4 @@ smoketest-prod:
7882

7983
test-prod:
8084
$(PROD_CMD) \
81-
--junitxml=test-report.xml \
85+
--junitxml=test-report.xml

0 commit comments

Comments
 (0)