diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 96aa898f4..4f47290a4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,9 +19,6 @@ jobs: - name: Start containers run: docker compose -f "docker-compose.yml" up -d --build - - name: Netstat test - run: netstat -lt - - name: Curl test run: | curl -i http://localhost:8080 diff --git a/Makefile b/Makefile index 1ae36b141..755f50853 100644 --- a/Makefile +++ b/Makefile @@ -187,12 +187,6 @@ test-coverage: ## Generate phpunit coverage report in html e2e: ## Run E2E tests @$(NPX) cypress open -ci-e2e-install: ## Run Playwright CI tests - $(NPX) playwright install --with-deps firefox - -ci-e2e-test: ## Run Playwright CI tests - $(NPX) playwright test --project desktop-firefox ${ARGS} - stan: ## Run PHPStan @$(DOCKER_COMP) exec -it histologe_phpfpm composer stan diff --git a/playwright.config.ts b/playwright.config.ts index aa63775c6..b037d17d6 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -30,6 +30,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', }, + expect: { timeout: 10000 }, /* Configure projects for major browsers */ projects: [