Task: Create E2E Testing Workflow #15

Closed
opened 2026-04-04 02:43:33 +00:00 by NW · 1 comment
Owner

Goal

Create workflow for E2E testing.

Checklist

  • Create .kilo/commands/e2e-test.md
  • Add .kilo/skills/playwright/SKILL.md
  • Setup pipeline integration
  • Add test examples
  • Document usage

Test Examples

  1. Registration flow
  2. Login flow
  3. Navigation tests
  4. Form validation
  5. Responsive check
## Goal Create workflow for E2E testing. ## Checklist - [x] Create .kilo/commands/e2e-test.md - [x] Add .kilo/skills/playwright/SKILL.md - [x] Setup pipeline integration - [x] Add test examples - [x] Document usage ## Test Examples 1. Registration flow 2. Login flow 3. Navigation tests 4. Form validation 5. Responsive check
NW added this to the Feature: Web Testing System with Browser Automation milestone 2026-04-04 02:43:33 +00:00
Author
Owner

Workflow Created

File: .kilo/commands/e2e-test.md

Usage:

/e2e-test --url=https://example.com --test=login --viewport=desktop

Test Scenarios:

  • smoke - Basic connectivity
  • login - Login flow
  • register - Registration flow
  • navigation - Navigation tests
  • visual - Visual regression
  • all - All tests

Viewport Options:

  • mobile (375x667)
  • tablet (768x1024)
  • desktop (1280x720)
  • custom

Files Created:

  • .kilo/commands/e2e-test.md
  • .kilo/skills/playwright/SKILL.md
  • .kilo/skills/visual-testing/SKILL.md
## ✅ Workflow Created **File**: `.kilo/commands/e2e-test.md` ### Usage: ``` /e2e-test --url=https://example.com --test=login --viewport=desktop ``` ### Test Scenarios: - smoke - Basic connectivity - login - Login flow - register - Registration flow - navigation - Navigation tests - visual - Visual regression - all - All tests ### Viewport Options: - mobile (375x667) - tablet (768x1024) - desktop (1280x720) - custom **Files Created**: - `.kilo/commands/e2e-test.md` - `.kilo/skills/playwright/SKILL.md` - `.kilo/skills/visual-testing/SKILL.md`
NW closed this issue 2026-04-04 03:00:31 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: UniqueSoft/APAW#15