
DevTools listening on ws://127.0.0.1:50234/devtools/browser/07717738-d524-4147-9900-ce7f220b5268
Missing baseUrl in compilerOptions. tsconfig-paths will be skipped

Opening `/dev/tty` failed (6): Device not configured
================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:        13.17.0                                                                        │
  │ Browser:        Chrome 146 (headless)                                                          │
  │ Node Version:   v22.22.2 (/opt/homebrew/Cellar/node@22/22.22.2/bin/node)                       │
  │ Specs:          1 found (search-filter.cy.ts)                                                  │
  │ Searched:       cypress/integration/online-board/search-filter.cy.ts                           │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running:  search-filter.cy.ts                                                             (1 of 1)


  Online Board - Search & Filter
    Happy Path - Search Functionality
      1) should search flights by departure city
      2) should search flights by arrival city
      3) should search flights with round trip dates
      4) should perform search with all filters applied
      ✓ should clear search filters (747ms)
    Filter - Departure Cities
      5) should filter by single departure city
      6) should validate departure city input
      7) should show autocomplete suggestions for departure
      8) should select departure from autocomplete
    Filter - Arrival Cities
      9) should filter by single arrival city
      10) should show different suggestions for arrival vs departure
      11) should validate arrival city not same as departure
    Filter - Passenger Count
      12) should select single adult passenger
      13) should add multiple adult passengers
      14) should add children passengers
      15) should add infant passengers
