Conversation
|
Is there a quick way for me to test this? We should add a testing documentation, it can even be extremely short, such as "to run frontend test run this command ..." - "to run backend test run this command ...". |
|
@alessandrobelli you're absolutely right about this, I added a testing guide to the docs. You should be able to reproduce everything using the guide. |
|
@alessandrobelli could you please check this again, I have added a testing guide already :-) |
|
Also I get this when running unit tests: But this might be just a node problem. After I deleted node modules and installed again, it worked. |
|
@alessandrobelli I removed e2e for now as we have some full-stack tests already with pest and the e2e make more sense, once we have the new design and layout implemented. |
alessandrobelli
left a comment
There was a problem hiding this comment.
npx cypress open --env host=web.test is running, but I can't see anything, as for the comment #25 (comment) .
Maybe it's on my end, anyway I will approve
This adds basic unit tests (via vitest) and e2e tests (via cypress) to the client.