Skip to content

Commit

Permalink
update cypress port
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 7, 2024
1 parent 97fad5d commit 3f28bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion labware-library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serve: all
test-e2e:
concurrently --no-color --kill-others --success first --names "labware-library-server,labware-library-tests" \
"$(MAKE) dev CYPRESS=1 GTM_ID=''" \
"wait-on http://localhost:5174/ && echo \"Running cypress at $(date)\" && cypress run --browser chrome --headless --record false"
"wait-on http://localhost:5173/ && echo \"Running cypress at $(date)\" && cypress run --browser chrome --headless --record false"

# unit tests
.PHONY: test
Expand Down
2 changes: 1 addition & 1 deletion labware-library/cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"baseUrl": "http://localhost:5174",
"baseUrl": "http://localhost:5173",
"video": false
}
2 changes: 1 addition & 1 deletion protocol-designer/cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseUrl": "http://localhost:5174",
"baseUrl": "http://localhost:5173",
"video": false,
"viewportWidth": 1440,
"viewportHeight": 900
Expand Down

0 comments on commit 3f28bd3

Please sign in to comment.