all repos — caroster @ 501f6111d4cddf93ff45e3992dcb9f969805ff7d

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

Use Strapi service container with Playwright
Tim Izzo tim@5ika.ch
Fri, 15 Sep 2023 17:10:40 +0200
commit

501f6111d4cddf93ff45e3992dcb9f969805ff7d

parent

a0274e02bc8c41bf48d3fbc65af71c0106dde7af

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

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

@@ -81,11 +81,11 @@ command: 'yarn start',

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