-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
feature:rulez-uiRuleZ UI desktop applicationRuleZ UI desktop applicationmilestone:M8Playwright TestsPlaywright Tests
Description
Task: M8-T01
Milestone: M8 - Playwright Tests (1 day)
Feature: RuleZ UI
Description
Set up Playwright for E2E testing.
Acceptance Criteria
- Install Playwright:
bun add -d @playwright/test - Create
playwright.config.ts - Configure web server for testing
- Add test fixtures
Configuration
export default defineConfig({
testDir: './tests',
webServer: {
command: 'bun run dev',
url: 'http://localhost:1420',
},
projects: [
{ name: 'chromium', use: devices['Desktop Chrome'] },
{ name: 'webkit', use: devices['Desktop Safari'] },
],
});Dependencies
- Depends on: M1-T01
Metadata
Metadata
Assignees
Labels
feature:rulez-uiRuleZ UI desktop applicationRuleZ UI desktop applicationmilestone:M8Playwright TestsPlaywright Tests