Dmitry Gozman
|
8150b27413
|
chore: mark version 1.41.0-next (#28180)
|
2023-11-15 20:05:36 -08:00 |
|
Dmitry Gozman
|
7aee202aef
|
chore: mark 1.40.0-next (#27538)
|
2023-10-10 16:10:28 -07:00 |
|
Max Schmitt
|
f856e3e4bc
|
chore: run 'npm pkg fix' (#27470)
As per
```
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish Removed invalid "scripts"
npm WARN publish "bin[playwright-core]" script name was cleaned
npm WARN publish "repository.url" was normalized to "git+https://github.com/microsoft/playwright.git
```
works now as per
https://www.npmjs.com/package/@playwright/test/v/1.39.0-alpha-1696547902000
when you scroll down.
https://github.com/microsoft/playwright/issues/22555
|
2023-10-05 23:42:27 +00:00 |
|
Max Schmitt
|
10e7654fd9
|
chore: update repository.url in package.json (#27469)
As per
https://github.com/microsoft/playwright/actions/runs/6425074868/job/17446981722#step:7:168.
e.g. here:
2e4b4ad8be/package.json (L28-L31)
docs:
https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository
https://github.com/microsoft/playwright/issues/22555
|
2023-10-05 23:18:22 +00:00 |
|
Andrey Lushnikov
|
41cd9e183a
|
chore: cut 1.38.0 branch (#27004)
|
2023-09-11 18:16:16 -07:00 |
|
Dmitry Gozman
|
186f86905c
|
chore: make @playwright/test depend on playwright (#26946)
|
2023-09-08 14:23:35 -07:00 |
|
Dmitry Gozman
|
cb8656f24f
|
chore: remove @types/node from deps (#26918)
This effectively reverts #14230. We will install `@types/node` in `npm
init playwright` instead.
|
2023-09-06 16:09:35 -07:00 |
|
Andrey Lushnikov
|
a61431f6bb
|
chore: cut 1.37.0 branch (#26357)
|
2023-08-09 01:46:29 -07:00 |
|
Andrey Lushnikov
|
a9560253f8
|
chore: cut 1.36.0 (#24104)
|
2023-07-07 13:01:17 -07:00 |
|
Andrey Lushnikov
|
c3bc8e0620
|
chore: cut 1.35.0 (#23579)
|
2023-06-07 12:41:56 -07:00 |
|
Kristo Jorgenson
|
a4a363f4f4
|
chore: upgrade @types/node to 16.x (#23429)
Co-authored-by: Max Schmitt <max@schmitt.mx>
|
2023-06-02 10:04:41 +02:00 |
|
Pavel Feldman
|
342bae6c59
|
chore: support esm loader on Node 20 (#23269)
|
2023-05-24 20:17:44 -07:00 |
|
Pavel Feldman
|
76b4b9dbaf
|
chore: move transform to its own folder (for loader worker) (#23247)
|
2023-05-23 21:05:33 -07:00 |
|
Pavel Feldman
|
5926c67703
|
chore: keep @playwright/test/cli exposed (#23241)
Fixes https://github.com/microsoft/playwright/issues/23225
|
2023-05-23 12:32:44 -07:00 |
|
Pavel Feldman
|
ee3864913a
|
chore: allow stub JSX instances in type module (#23211)
Fixes https://github.com/microsoft/playwright/issues/23207
|
2023-05-22 15:34:50 -07:00 |
|
Pavel Feldman
|
144f8b1495
|
chore: fix playwright-core cli (#23203)
Fixes https://github.com/microsoft/playwright/issues/23206
|
2023-05-22 12:37:08 -07:00 |
|
Andrey Lushnikov
|
b31511e0c9
|
chore: cut v1.34.0 (#23121)
|
2023-05-17 19:05:38 -07:00 |
|
Pavel Feldman
|
9c25a04267
|
chore: use custom JSX runtime to stub-out erroneous JSX usage (#22827)
Fixes https://github.com/microsoft/playwright/issues/22789
|
2023-05-04 11:44:59 -07:00 |
|
Andrey Lushnikov
|
4408738d9c
|
chore: cut 1.33.0 (#22600)
|
2023-04-24 12:48:02 -07:00 |
|
Pavel Feldman
|
ba8aed9dea
|
chore: move mount implementation to ct-core (#22506)
|
2023-04-19 15:32:33 -07:00 |
|
Pavel Feldman
|
3c495c5590
|
chore: only transpile tsx for components (#22504)
|
2023-04-19 14:20:53 -07:00 |
|
Pavel Feldman
|
8d69fbacf7
|
chore: introduce ct-core to hard-depend on vite (#22437)
Fixes https://github.com/microsoft/playwright/issues/22233
|
2023-04-17 16:19:21 -07:00 |
|
Andrey Lushnikov
|
32d33cb8d5
|
chore: cut 1.32 (#21773)
|
2023-03-17 19:36:43 -07:00 |
|
Dmitry Gozman
|
e77e2d8c7f
|
chore: mark 1.32.0-next (#20929)
|
2023-02-15 16:15:42 -08:00 |
|
Dmitry Gozman
|
190c121e66
|
chore: bundle chokidar, leave fsevents as an optional dependency (#20762)
|
2023-02-09 08:40:27 -08:00 |
|
Pavel Feldman
|
430d08f4fb
|
chore: watch mode first cut (#20647)
|
2023-02-06 15:52:14 -08:00 |
|
Pavel Feldman
|
b6df48758d
|
chore: collect test dependencies (#20645)
|
2023-02-06 14:52:40 -08:00 |
|
Dmitry Gozman
|
0cc0d168cd
|
chore: mark 1.31-next (#20268)
|
2023-01-20 19:29:14 -08:00 |
|
Ben McCann
|
9ba5a1be38
|
fix: remove export for file that doesn't exist (#20120)
|
2023-01-17 22:43:07 +01:00 |
|
Andrey Lushnikov
|
0be1fc8559
|
chore: cut version 1.29 (#19489)
|
2022-12-15 11:22:35 -08:00 |
|
Andrey Lushnikov
|
bc78db07df
|
chore: cut 1.28 branch (#18746)
|
2022-11-11 15:30:15 -08:00 |
|
Dmitry Gozman
|
ed6ecbca2a
|
chore: cut v1.27.0 (#17859)
|
2022-10-05 15:30:35 -07:00 |
|
Andrey Lushnikov
|
bc942ef9ea
|
chore: cut v1.26.0 (#17265)
|
2022-09-12 10:45:27 -07:00 |
|
Andrey Lushnikov
|
0c7f086096
|
chore: cut v1.25 branch (#16390)
|
2022-08-09 17:09:58 -07:00 |
|
Jeremy Daley
|
ee02afdd9b
|
chore: add fallback "default" key to "." exports object (#16350)
Fixes #16345.
|
2022-08-08 12:19:15 -07:00 |
|
Andrey Lushnikov
|
df9beb4045
|
chore: cut v1.24 (#15654)
|
2022-07-14 09:42:40 -07:00 |
|
Max Schmitt
|
3a61938628
|
chore: mark 1.24-next (#14857)
|
2022-06-21 19:32:15 +02:00 |
|
Pavel Feldman
|
6efb1ec40c
|
fix(ts): export types explicitly (#14428)
|
2022-05-26 13:09:32 -07:00 |
|
Pavel Feldman
|
e4d55fd061
|
fix: include @types/node in pwt deps (#14230)
|
2022-05-17 20:36:35 -07:00 |
|
Andrey Lushnikov
|
f7adbd83ee
|
chore: cut v1.22.0 (#14098)
|
2022-05-12 11:12:01 -07:00 |
|
Pavel Feldman
|
1bbefce9af
|
Revert "chore: use plugins for component testing again (#13977)" (#13998)
This reverts commit a2f9f15e3e .
|
2022-05-06 12:02:07 -07:00 |
|
Pavel Feldman
|
a2f9f15e3e
|
chore: use plugins for component testing again (#13977)
|
2022-05-05 14:26:56 -07:00 |
|
Ross Wollman
|
f486ce8c06
|
feat(plugins): add webServer implementation (#13779)
|
2022-04-28 15:08:10 -07:00 |
|
Max Schmitt
|
37bee74ae5
|
chore: set minimum version to Node.js 14 (#13469)
|
2022-04-26 17:52:32 +02:00 |
|
Pavel Feldman
|
5e51c17d41
|
chore: use plugin story for components (#13717)
|
2022-04-25 10:40:58 -07:00 |
|
Pavel Feldman
|
5990eb6074
|
chore: use vite plugin for registry (#13658)
|
2022-04-21 17:30:17 -07:00 |
|
Pavel Feldman
|
207c3c7abc
|
fix: dep bring back core dependency (#13632)
|
2022-04-19 08:31:31 -07:00 |
|
Pavel Feldman
|
007e908cd9
|
chore: bundle pwt deps (#13622)
|
2022-04-18 21:47:18 -07:00 |
|
Pavel Feldman
|
7989427ea6
|
chore: bundle core deps (#13621)
|
2022-04-18 20:20:49 -07:00 |
|
Pavel Feldman
|
63ea81ec54
|
chore: make bundles typed (#13620)
|
2022-04-18 17:50:25 -07:00 |
|