feat: Add Playwright E2E test scaffold and CI integration#8
Open
rubenvdlinde wants to merge 2 commits intomainfrom
Open
feat: Add Playwright E2E test scaffold and CI integration#8rubenvdlinde wants to merge 2 commits intomainfrom
rubenvdlinde wants to merge 2 commits intomainfrom
Conversation
- 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
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit 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.
|
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
playwright.config.tswith global-setup auth patterntests/e2e/scaffold (smoke test, global-setup, auth helper, .gitignore)tests/flows/with README explaining the LLM test flow conventionenable-playwright: truein CI quality workflow@playwright/testas devDependencyNew apps created from this template will have E2E testing ready out of the box.
Test plan
npm installinstalls Playwrightnpx playwright testruns smoke test (requires running Nextcloud)