fireship-io/flamethrower

playwright local dev server

depapp opened this issue · 0 comments

since playwright provide

  /* Run your local dev server before starting the tests */
  webServer: {
    command: 'npm run start',
    port: 3000,
  },

should we try to implement it to this project @codediodeio ?