Skip to content

Commit

Permalink
Some more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jan 30, 2024
1 parent be90a32 commit 51d4f13
Show file tree
Hide file tree
Showing 4 changed files with 10,009 additions and 14,392 deletions.
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,14 @@ release: ## Release a version of the add-on
# ${ACCEPTANCE} --profile dev up --no-recreate backend-acceptance
.PHONY: temp
temp: ## Stop acceptance server (for use it while finished developing)
${ACCEPTANCE} up --no-cache backend-acceptance
${ACCEPTANCE} up backend-acceptance



# Steps for testing:
# - Run `make temp` to start the backend server in acceptance mode
# - Run `make install-acceptance` to build the frontend image
# - Run `make start-test-acceptance-server` to start the frontend image
# - Run `test-acceptance` to start the cypress server
# - You should be able to visit the site at `localhost:55001` and login with `admin:secret`.
# - You should be able to run a cypress test against the site
Loading

0 comments on commit 51d4f13

Please sign in to comment.