Skip to content

Login Flow Test needs local dev server #24

Description

@akaihola

Summary

The login flow test example in SKILL.md requires a local dev server with /login and /dashboard routes to be fully testable.

Example Code

page.goto(f'{TARGET_URL}/login')
page.fill('input[name=email]', 'test@example.com')
page.fill('input[name=password]', 'password123')
page.click('button[type=submit]')
page.wait_for_url('**/dashboard')

Acceptance Criteria

  • Create a test login page with email/password fields
  • Create a test dashboard page
  • Update test to use local test server
  • Verify login flow works end-to-end

Context

From SKILL.md example: Test Login Flow section. Currently only testable with external services that have login pages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions