playwright/packages
Mateusz Burzyński 82aefd24db
types: allow readonly tuples to be used as ReporterDescription (#30387)
This makes it easier to create helper functions like:
```ts
function createReporter(options: MyOptions) {
  return ['my-reporter', options] as const
}
```

At the moment, such functions can't be passed to `reporters` because a
readonly array is not assignable to the expected mutable array.
Playwirght certainly doesn't require those arrays to be mutable so it
would make sense to relax this.
2024-04-16 17:39:11 -07:00
..
html-reporter chore: remove unused botName from types (#30172) 2024-03-28 16:16:15 -07:00
playwright types: allow readonly tuples to be used as ReporterDescription (#30387) 2024-04-16 17:39:11 -07:00
playwright-browser-chromium chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-browser-firefox chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-browser-webkit chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-chromium chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-core fix(steps): make expect.toPass and expect.poll step containers (#30389) 2024-04-16 16:18:37 -07:00
playwright-ct-core chore(ct): bump vite to v5.2.8 (#30264) 2024-04-08 09:48:05 +02:00
playwright-ct-react chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-ct-react17 chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-ct-solid chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-ct-svelte chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-ct-vue chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-ct-vue2 chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-firefox chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-test chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
playwright-webkit chore: mark version 1.44.0-next (#30129) 2024-03-26 13:44:10 -07:00
protocol/src fix(connect): include websocket close reason in the error message (#30203) 2024-04-01 21:05:33 -07:00
recorder fix(recorder): reference Language enum for recorderTypes (#29294) 2024-02-01 13:48:30 -08:00
trace/src feat(trace): show target point for raw mouse apis (#28459) 2023-12-07 06:27:49 -08:00
trace-viewer fix(ui-mode): do not loose run information after writing into testDir (#30312) 2024-04-10 19:01:51 +02:00
web chore: split ui mode view into files (#30029) 2024-03-20 16:00:35 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00