paywright install move to bamboo spec (temp)

This commit is contained in:
Igor Lobanov
2025-02-03 13:22:35 +01:00
parent e34fc6ac5e
commit d076ada956
2 changed files with 3 additions and 14 deletions

View File

@@ -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

View File

@@ -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'