Skip to content

Commit

Permalink
feat: add console e2e test into vdp
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffelFly committed Oct 25, 2022
1 parent 0f025c1 commit 55a61db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ doc: ## Run Redoc for OpenAPI spec at http://localhost:3001
integration-test: ## Run integration test for all dev repositories
@make build PROFILE=all
@make dev PROFILE=all
@cd dev/console && npm install && npx playwright install && npx playwright test
@cd dev/pipeline-backend && HOSTNAME=localhost make integration-test
@cd dev/connector-backend && HOSTNAME=localhost make integration-test
@cd dev/model-backend && HOSTNAME=localhost make integration-test
Expand Down

0 comments on commit 55a61db

Please sign in to comment.