paywright install move to bamboo spec (temp)
This commit is contained in:
13
Makefile
13
Makefile
@@ -110,19 +110,6 @@ js-deps: ; $(NPM) $(NPM_INSTALL_FLAGS) ci
|
||||
js-lint: ; $(NPM) $(NPM_FLAGS) run lint
|
||||
js-test: ; $(NPM) $(NPM_FLAGS) run test
|
||||
js-test-e2e: ; $(NPM) $(NPM_FLAGS) run test:e2e
|
||||
js-deps-e2e:
|
||||
rm -rf ~/.cache/ms-playwright
|
||||
|
||||
@npx playwright install
|
||||
@echo "Playwright installation complete"
|
||||
|
||||
@npx playwright --version || { echo "ERROR: Playwright installation failed"; exit 1; }
|
||||
|
||||
@npx playwright show-browsers || { echo "ERROR: Playwright browsers are missing"; exit 1; }
|
||||
|
||||
@ls -l ~/.cache/ms-playwright/ || { echo "ERROR: Playwright browser binaries not found"; exit 1; }
|
||||
|
||||
@echo "Playwright setup verified successfully"
|
||||
|
||||
go-bench: ; $(ENV) "$(SHELL)" ./scripts/make/go-bench.sh
|
||||
go-build: ; $(ENV) "$(SHELL)" ./scripts/make/go-build.sh
|
||||
|
||||
@@ -202,10 +202,12 @@
|
||||
chmod +x ./AdGuardHome
|
||||
|
||||
ls -l ./AdGuardHome
|
||||
|
||||
npx playwright install --with-deps
|
||||
|
||||
tree ./build/
|
||||
|
||||
make VERBOSE=1 js-deps js-deps-e2e js-test-e2e
|
||||
make VERBOSE=1 js-deps js-test-e2e
|
||||
'requirements':
|
||||
- 'adg-docker': 'true'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user