Skip to content

Add Playwright test for project creation workflow #535

Add Playwright test for project creation workflow

Add Playwright test for project creation workflow #535

name: 🧪 PR Tests Frontend
on:
pull_request:
branches:
- main
- staging
- development
# Workflow is triggered only if src/frontend changes
paths:
- src/frontend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
unit-tests:
uses: hotosm/gh-workflows/.github/workflows/test_pnpm.yml@2.0.0
with:
working_dir: src/frontend
e2e-tests:
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@2.0.0

Check failure on line 22 in .github/workflows/pr_test_frontend.yml

View workflow run for this annotation

GitHub Actions / 🧪 PR Tests Frontend

Invalid workflow file

The workflow is not valid. .github/workflows/pr_test_frontend.yml (Line: 22, Col: 11): Input compose_command is required, but not provided while calling.
with:
image_name: mcr.microsoft.com/playwright:v1.44.1
build_img: false
compose_file: docker-compose.yml -f contrib/playwright/docker-compose.yml
compose_service: ui-test
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"
"docker.io/minio/minio:${{ vars.MINIO_TAG }}"
secrets: inherit