Dev setup: Front and Server test errors

Hi everyone,

Wanting to set up the development environment for Gladys on Windows and following the tutorial, when running npm test on the Server side, I get the following error:

Similarly, on the Front side, I get this one:

Has anyone encountered something similar?
For info, I’m on node v18.19.0 and npm v9.9.2

Thanks for your help.

Hi @Brisou! Your environment looks like it’s working pretty well!

For the only server test that doesn’t work, it might be a flaky test maybe? (=that works every other time). In development it’s not that bad, I absolutely never run the full test suite locally, I use it.only to run only the tests I want

For the frontend, there are no tests, we use Cypress, so what you ran doesn’t apply

To me, your dev environment works perfectly!

Hello @pierre-gilles,

The « flaky » test that I sometimes have is for Bluetooth.
Indeed, the Cypress tests work.

Thanks for your message!

1 Like