Files
festipod/docs
Sylvain Duchesne 3ccfea3892 Update documentation for GherkinHighlighter redesign
Document the new card-based UI layout and design decisions:
- System font for better readability (not sketchy font)
- Card-based layout with collapsible scenarios
- Background (Contexte) always expanded
- Color-coded step keywords
- Compact responsive design

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 14:00:42 +01:00
..
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00

Festipod Documentation

This documentation is split into three parts:

1. Festipod Mobile App

The mobile application being designed - an event discovery and networking platform. This section covers:

  • App concept and target users
  • User stories (26 stories across 5 categories)
  • Screen mockups (13 screens)
  • Feature specifications (Cucumber/Gherkin)

2. Prototyping Tool

The web application built to visualize and document the Festipod project. This section covers:

  • Architecture and navigation
  • Gallery, Demo, Stories, and Specs pages
  • Component library (Sketchy UI)
  • Build and development setup

3. Cucumber Integration

Technical documentation for the BDD testing framework. This section covers:

  • Test architecture and configuration
  • World class and state management
  • Step definitions (navigation, form, screen)
  • Running tests and generating reports

Quick Start

# Install dependencies
bun install

# Start development server
bun run dev

# Run Cucumber tests
bun run test:cucumber

# Parse feature files
bun run features:parse

Open http://localhost:3000 to view the prototyping tool.