Skip to content

Commit

Permalink
test for ci #3036
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Nov 6, 2024
1 parent 62a3727 commit c2c020a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,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

Expand Down
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit c2c020a

Please sign in to comment.