Skip to content

Commit

Permalink
install playwright dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Nov 30, 2023
1 parent bb20d6f commit 4303238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpc/examples/echo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ run-server: build
.PHONY: install-playwright
install-playwright:
npm install
# npx playwright install --with-deps
npx playwright install
npx playwright install --with-deps

test-run-server: build install-playwright
npx playwright test
Expand Down

0 comments on commit 4303238

Please sign in to comment.