TIDE/frontend/blog_portal
Yisroel Baum 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
..
cypress/support add cypress api-driven seeding helpers 2026-05-06 23:24:26 +03:00
src implement profile, post, and new-post views 2026-05-06 22:52:32 +03:00
.gitignore scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
.oxlintrc.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
cypress.config.ts wire mailpit and db:promote cypress tasks 2026-05-06 23:23:13 +03:00
env.d.ts scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
eslint.config.ts scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
index.html scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
package-lock.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
package.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
tsconfig.app.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
tsconfig.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
tsconfig.node.json scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
vite.config.ts add api client and auth store 2026-05-06 22:48:17 +03:00