okdv / wrench-turn

UNDER ACTIVE DEVELOPMENT (ALPHA): Self-hosted, flexible maintenance tracker for your cars, bikes, and everything in between
GNU General Public License v3.0
1 stars 0 forks source link

Buildout testing #13

Closed okdv closed 6 months ago

okdv commented 11 months ago

Backend

Frontend

Probably a good idea to start looking into CI/CD with Github actions as well

okdv commented 11 months ago

added testing in go, so far just for user and auth endpoints (still need refresh test)

okdv commented 11 months ago

implemented user edit test so all user endpoints are tested and ok

next doing jobs and refresh

then adding tests as new routes are added

okdv commented 11 months ago

implemented pre-commit hook for building and testing

okdv commented 6 months ago

backend testing basically done, may just need to validate some workflows once those are created

okdv commented 6 months ago

playwright testing will come later i think, as larger redesigns start being implemented into frontend, basically a skeleton right now

okdv commented 6 months ago

adding workflow tests with those commits, closing this