all repos — caroster @ 1d3039d8fc2a5af31230c4d062170c2368ad7140

[Octree] Group carpool to your event https://caroster.io

🐛 Set test env for backend server
Tim Izzo tim@5ika.ch
Fri, 15 Sep 2023 16:29:36 +0200
commit

1d3039d8fc2a5af31230c4d062170c2368ad7140

parent

99dfd31215cbfb20a843e83f57f906461fed17b9

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M frontend/playwright.config.tsfrontend/playwright.config.ts

@@ -82,7 +82,7 @@ url: 'http://localhost:3000',

reuseExistingServer: !process.env.CI, }, { - command: 'cd ../backend && yarn start', + command: 'cd ../backend && NODE_ENV=test yarn start', url: 'http://localhost:1337', reuseExistingServer: true, timeout: 200000,