diff --git a/package.json b/package.json index b56833e35..414bac374 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "clean": "./build_dbhub.sh clean", "cypress:install": "./node_modules/.bin/cypress install", "cypress:open": "./node_modules/.bin/cypress open >/dev/null 2>&1 &", - "cypress:test": "sleep 20 && ss -nltp && docker exec dbhub-build ps -ef f && docker logs dbhub-build && curl -k https://localhost:9443; ./node_modules/.bin/cypress run", + "cypress:test": "sleep 20 && ss -nltp && docker exec dbhub-build ps -ef f && docker logs dbhub-build && curl -k https://localhost:9443/x/test/seed; ./node_modules/.bin/cypress run", "cypress:testff": "./node_modules/.bin/cypress run -b firefox", "docker:attach": "docker attach dbhub-build", "docker:build": "docker build --tag dbhub-build docker",