Skip to content

No automated tests exist #11

Description

@sbley

Problem

Playwright is configured in playwright.config.js and listed as a dev dependency, but the tests/ directory does not exist and there are zero test files in the project. There is no coverage for any API endpoint, UI flow, or error scenario.

Recommendation

Create a tests/ directory with at minimum:

  • A happy-path CRUD test (create, read, update, delete a task)
  • A form validation test (submit without a title)
  • A negative test (e.g., updating a non-existent task returns 404)

Location: tests/ directory — missing entirely
Severity: high

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions