Skip to content

Instantly share code, notes, and snippets.

View Sembauke's full-sized avatar

Sem Bauke Sembauke

View GitHub Profile
@Sembauke
Sembauke / after-actual-local-settings.svg
Created April 30, 2026 06:47
Actual local app screenshots for certification table width PR
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sembauke
Sembauke / after-certification-table-width.svg
Created April 30, 2026 06:41
Before/after screenshots for certification table width PR
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

E2E Test Consolidation Plan

This document outlines the plan to consolidate our Playwright tests from 115 files → ~37 files by:

  1. Converting component-style tests into assertions within real E2E user flows
  2. Combining related E2E tests into single files with describe blocks

Why Consolidate?

  • ~48 tests are component-style (testing isolated UI pieces) rather than true E2E flows
  • Many E2E tests cover the same pages with different user states