2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 12:10:59 +00:00

Use postgres for playwright testing (#9104)

* Use postgres for playwright testing

- Should reduce issues with parallel tests

* Fix deps

* Harden playwright tests
This commit is contained in:
Oliver
2025-02-19 20:33:54 +11:00
committed by GitHub
parent 7e7f745c89
commit e492774808
3 changed files with 45 additions and 10 deletions

View File

@ -28,7 +28,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: [
{
command: 'yarn run dev',
command: 'yarn run dev --host',
url: 'http://localhost:5173',
reuseExistingServer: !process.env.CI,
stdout: 'pipe',