Add tests #1

Closed
opened 2025-08-25 01:34:49 +02:00 by VityaSchel · 2 comments
VityaSchel commented 2025-08-25 01:34:49 +02:00 (Migrated from github.com)

With plans to add the third database, we really need automatic testing for both backend and frontend to run on every commit. I have some experience writing tests for backend JS and little to no experience with frontend testing, so would love to use some help.

With plans to add the third database, we really need automatic testing for both backend and frontend to run on every commit. I have some experience writing tests for backend JS and little to no experience with frontend testing, so would love to use some help.
VityaSchel commented 2025-08-26 21:23:41 +02:00 (Migrated from github.com)

I've been looking and trying different test frameworks for JS for the past 5 hours. I literally can't find any that would work for end-to-end integration tests. Jest, mocha, vitest are all made for unit testing and will executing test cases in parallel. Cypress, playwright, puppeteer are all made specifically for DOM and for frontend testing. Am I thinking wrong? what's going on here

I've been looking and trying different test frameworks for JS for the past 5 hours. I literally can't find any that would work for end-to-end integration tests. Jest, mocha, vitest are all made for unit testing and will executing test cases in parallel. Cypress, playwright, puppeteer are all made specifically for DOM and for frontend testing. Am I thinking wrong? what's going on here
VityaSchel commented 2025-08-29 03:19:42 +02:00 (Migrated from github.com)

Settled on Docker Compose. Currently fixing bugs with sqlite.

Settled on Docker Compose. Currently fixing bugs with sqlite.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hloth/lufin#1
No description provided.