Skip to content

feat: Add Playwright E2E test scaffold and CI integration#8

Open
rubenvdlinde wants to merge 2 commits intomainfrom
feature/playwright-scaffold
Open

feat: Add Playwright E2E test scaffold and CI integration#8
rubenvdlinde wants to merge 2 commits intomainfrom
feature/playwright-scaffold

Conversation

@rubenvdlinde
Copy link

Summary

  • Add playwright.config.ts with global-setup auth pattern
  • Add tests/e2e/ scaffold (smoke test, global-setup, auth helper, .gitignore)
  • Add tests/flows/ with README explaining the LLM test flow convention
  • Enable enable-playwright: true in CI quality workflow
  • Add @playwright/test as devDependency

New apps created from this template will have E2E testing ready out of the box.

Test plan

  • npm install installs Playwright
  • npx playwright test runs smoke test (requires running Nextcloud)
  • CI quality workflow includes Playwright job

- playwright.config.ts with global-setup auth
- tests/e2e/ with smoke tests, global-setup, .gitignore
- tests/flows/ with README explaining convention
- CI workflow: enable-playwright with seed command
@github-actions
Copy link

Quality Report

Repository ConductionNL/nextcloud-app-template
Commit ac0537e
Branch 8/merge
Event pull_request
Generated 2026-03-24 10:44 UTC
Workflow Run https://github.com/ConductionNL/nextcloud-app-template/actions/runs/23485371365

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit tests were not enabled for this run.

Integration Tests (Newman)

Newman integration tests were not enabled for this run.

E2E Tests (Playwright)

Playwright E2E tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

- Add SettingsController and UserSettings view
- Add Service layer, Listener scaffolding, and Repair steps
- Add l10n translation structure
- Add template-setup workflow and setup script
- Add PHPUnit config with bootstrap
- Update README, routes, App.vue, router, and store
- Add project.md with coding standards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant