Skip to content

Commit

Permalink
change start page for cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Feb 26, 2021
1 parent 6aa0806 commit 848653d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ cypress-verify:

### Runs tests for pages
cypress-page: build-statics
start-server-and-test "make run-app" http-get://localhost:8888/MainType/create "make cypress-run-page"
start-server-and-test "make run-app" http-get://localhost:8888/ "make cypress-run-page"

### Runs tests for primitive components
cypress-primitives: build-statics
start-server-and-test "make run-app" http-get://localhost:8888/MainType/create "make cypress-run-primitives"
start-server-and-test "make run-app" http-get://localhost:8888/ "make cypress-run-primitives"

## Cypress stuff used in local dev

Expand Down

0 comments on commit 848653d

Please sign in to comment.