Add tests #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hloth/lufin#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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
Settled on Docker Compose. Currently fixing bugs with sqlite.