Skip to content

Commit

Permalink
Build before running integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 24, 2024
1 parent 919c108 commit 23fb364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ $(env):
$(@)/bin/shot-scraper install

.PHONY: test-integration
test-integration: $(env) ## Run integration tests
test-integration: ## Run integration tests
test-integration: build-release | $(env)
$(call serve,build/web); $(env)/bin/shot-scraper 'http://localhost:8000?q=a' \
--wait-for 'document.querySelector("flutter-view")' \
-o $(@).png \
Expand Down

0 comments on commit 23fb364

Please sign in to comment.