mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix(playwright.config): remove URL from web server configuration
- Eliminated the URL specification from the web server configuration in Playwright, streamlining the setup for local development.
This commit is contained in:
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -96,5 +96,7 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
- name: Run Playwright tests
|
||||
run: npx playwright test
|
||||
Reference in New Issue
Block a user