Commit graph

11 commits

Author SHA1 Message Date
d40efeec70
add cypress admin actions spec 2026-05-06 23:26:55 +03:00
db910c9431
add cypress post page spec 2026-05-06 23:26:37 +03:00
6f160ddd4e
add cypress new-post spec 2026-05-06 23:26:14 +03:00
66ad7b1a0f
add cypress profile page spec 2026-05-06 23:26:00 +03:00
84ee24c2ee
add cypress home page spec 2026-05-06 23:25:44 +03:00
07f9746316
add cypress guest-routes spec 2026-05-06 23:25:26 +03:00
910bc98197
add cypress confirm-email spec 2026-05-06 23:25:14 +03:00
9db7920f80
add cypress login spec 2026-05-06 23:25:01 +03:00
75ada812bc
add cypress signup spec 2026-05-06 23:24:50 +03:00
178193bfd8
add cypress api-driven seeding helpers
cy.signupViaApi, cy.fetchLatestConfirmToken (parses the mailpit
inbox), cy.confirmViaApi, cy.loginViaApi, cy.logoutViaApi, plus
composed seedConfirmedUser/seedAdmin/seedPostAs/seedFeaturedPost
so each spec can build its own fixture without going through
the UI for setup.
2026-05-06 23:24:26 +03:00
568dc4aabe
scaffold blog_portal vue 3 + pinia + cypress frontend
Mirrors youngstartup/frontend/startups_portal scaffolding:
Vite, Vue 3 (composition API + script setup), TypeScript strict,
Pinia, Vue Router 5, oxlint + eslint + oxfmt, and Cypress with
db:reset / db:seed tasks. Views and the auth store are stubs
filled in by the next branches; routes and the header chrome
are wired so the build passes.
2026-05-06 22:47:09 +03:00