Logo
Explore Help
Sign In
knacky/mimic-big
1
0
Fork 0
You've already forked mimic-big
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2eefd110195a0ec0e8da38d895f3da5e4b26120b
mimic-big/frontend/e2e/smoke.spec.ts

8 lines
253 B
TypeScript
Raw Normal View History

feat(frontend): bootstrap Vite + React 19 + TS strict toolchain (F0.1) - Vite 8 / React 19 / TS 6 strict (noUncheckedIndexedAccess, no baseUrl deprecation) - Tailwind 4 via @tailwindcss/vite (no PostCSS step) - TanStack Query 5, react-router-dom 7, Recharts, clsx - Vitest + Testing Library + jsdom for unit tests - Playwright skeleton + first smoke spec (login redirect) - ESLint flat config: typescript-eslint type-checked, react-hooks, react-refresh, prettier - Prettier config (semi, single quotes, 100-col, lf) - IBM Plex font @font-face declarations targeting /fonts/ (self-host, no CDN — OPSEC)
2026-05-21 20:30:23 +02:00
import { test, expect } from '@playwright/test';
test('home redirects to login', async ({ page }) => {
await page.goto('/');
await expect(page).toHaveURL(/\/login$/);
await expect(page.getByRole('heading', { name: /mimic/i })).toBeVisible();
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API