Граф коммитов

217 Коммитов

Автор SHA1 Сообщение Дата
Dmitry Gozman 26264970b0
chore: update README 2021-01-28 11:03:11 -08:00
Dmitry Gozman 963e2ced87
chore: update README 2021-01-28 10:59:33 -08:00
Dmitry Gozman c829cc1888
devops: fix publish release job (#203)
We do not do `npm run build` anymore.
2021-01-22 11:41:20 -08:00
Dmitry Gozman 104a1931c9
devops: publish canary npm (#201) 2021-01-21 13:18:56 -08:00
Dmitry Gozman 281119ec63
chore: update canary_version to work with new setup (#200) 2021-01-21 13:02:45 -08:00
Dmitry Gozman a8f6c6af20
chore: redirect playwright-cli users to playwright (#198)
chore: redirect users of playwright-cli to playwright
2021-01-21 12:55:02 -08:00
Dmitry Gozman 225c4c6114
docs: add save/load storage to README (#194) 2021-01-05 12:56:18 -08:00
Yury Semikhatsky cbc13bda96
chore: roll to playwright@1.8.0-next.1608746109749 (#190) 2020-12-23 10:57:27 -08:00
Dmitry Gozman 149a88a221
feat(trace viewer): generate video tiles lazily (#185) 2020-12-22 10:27:30 -08:00
Yury Semikhatsky 250dc65a7a
chore: avoid uncaught promise rejection when install fails (#184) 2020-12-21 12:29:35 -08:00
Dmitry Gozman a2d673e4dd
chore: generate traceViewer/web into lib/ instead of out/ (#181) 2020-12-18 16:24:37 -08:00
Dmitry Gozman d444924fb1
feat(ui): switch from monaco to highlightjs (#180) 2020-12-18 16:03:22 -08:00
Dmitry Gozman f553931fa6
chore: split TraceViewer into files, small refactorings (#178) 2020-12-16 19:31:19 -08:00
Dmitry Gozman e464a439fd
feat(ui): reduce the bundle size by loading monaco from node_modules (#177) 2020-12-16 18:08:15 -08:00
Dmitry Gozman 8f9a6fcf10
feat(ui): remove old non-react code (#176) 2020-12-16 11:05:50 -08:00
Dmitry Gozman 546b52c38a
feat(ui): provide workers to monaco for performance improvement (#174) 2020-12-16 09:33:46 -08:00
Dmitry Gozman 199954e58e
feat(ui): convert last bits to react (#171) 2020-12-16 07:02:06 -08:00
Dmitry Gozman 64a7ce370f
chore: update canary version generation (#173) 2020-12-15 19:03:54 -08:00
Pavel Feldman 67df74655b chore: public canaries off the release branch 2020-12-15 12:52:40 -08:00
Dmitry Gozman 170b663228
chore: cut 0.180.0-next (#170) 2020-12-15 12:11:06 -08:00
Dmitry Gozman a7b9a6d094
chore: roll to playwright@1.7.0-next.1608058598043 (#169) 2020-12-15 11:08:35 -08:00
Dmitry Gozman 88f32b214d
feat: save/load storage options (#166)
feat: save/load storage options

User can save the storage, and then load the storage in the next script.

```sh
npx playwright-cli --save-storage=storage.json open www.needs-login.com

npx playwright-cli --load-storage=storage.json codegen www.needs-login.com
```
2020-12-15 10:42:48 -08:00
Dmitry Gozman 5b636967fb
feat(traceViewer): fix network and source tabs (#165)
Source now accounts for various stack trace formats.
Network now shows `page.goto` resources.
2020-12-15 06:38:33 -08:00
Dmitry Gozman 83d130a144
chore: roll to playwright@1.7.0-next.1607994464309 (#167) 2020-12-14 17:24:47 -08:00
Dmitry Gozman fee2f20111
feat(ui): convert timeline to react (#163) 2020-12-14 10:29:58 -08:00
Joel Einbinder 92c2cfd959
chore(lint): add eslint (#164) 2020-12-14 09:24:14 -08:00
Dmitry Gozman 0efc4efff3
feat(ui): extract react helpers (#162) 2020-12-12 17:51:38 -08:00
Dmitry Gozman 57dd4454a5
feat(ui): convert action list to react (#161) 2020-12-12 17:39:25 -08:00
Dmitry Gozman aff7b5bca4
feat(ui): convert FilmStripView to React (#159) 2020-12-12 13:02:00 -08:00
Dmitry Gozman 83ef538a5c
feat(ui): add react, make a small component (#158)
This is a first step to convert to React.
2020-12-11 15:22:30 -08:00
dependabot[bot] 1e9558ebab
chore(deps): bump ini from 1.3.5 to 1.3.7 (#157)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 12:35:36 -08:00
Pavel Feldman f8834324e0 chore: roll Playwright to 1.7.0-next.1607623793189 2020-12-10 12:28:09 -08:00
dependabot[bot] faae8d9d4f
chore(deps): bump highlight.js from 10.3.2 to 10.4.1 (#152)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.2 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.3.2...10.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-05 07:55:36 -08:00
Pavel Feldman 0f6d8f0eea
fix(checkbox): handle checkbox with dynamicly changing selector (#149) 2020-12-03 18:05:15 -08:00
Pavel Feldman 648bddea29
chore: roll Playwright to 1.7.0-next.1607022026758 (#151) 2020-12-03 15:38:27 -08:00
Pavel Feldman c8ba16a244
chore: force lo dpi recording on non-mac (#146) 2020-12-03 09:50:36 -08:00
Dmitry Gozman 6e50f097d5
feat(trace viewer): support multiple contexts (#148) 2020-12-02 15:52:56 -08:00
Dmitry Gozman 35ac80f50b
fix(trace viewer): support non-chromium video, fit the snapshot frame (#144)
Also handle missing resources gracefully.
2020-11-30 21:04:39 -08:00
Kumar Aditya 1ffe0d4f6f
fix: python code generator (#142) 2020-11-21 09:51:26 -08:00
Pavel Feldman bf60ecc02c
chore: roll Playwright to 1.7.0-next.1605573954344 (#141) 2020-11-17 09:12:21 -08:00
Dmitry Gozman c0e1ab10e9
feat(trace): align video preview with actions timeline (#139) 2020-11-16 19:27:58 -08:00
Pavel Feldman d0ee952ee7
fix(codegen): do not fail open if no target specified (#140) 2020-11-16 19:25:15 -08:00
Pavel Feldman 9977aac088 chore: run ci for release branches 2020-11-13 15:10:42 -08:00
Pavel Feldman ea89933ed4
chore: roll Playwright to 1.7.0-next.1605305111464 (#135) 2020-11-13 14:12:46 -08:00
Pavel Feldman e8417a1b4f chore: bump version to 0.170.0-next 2020-11-12 21:21:11 -08:00
Pavel Feldman c150d22ada
chore: roll to Playwright 1.6.1 (#134) 2020-11-12 21:16:17 -08:00
Pavel Feldman 0e0dc006c5
chore: roll to post-1.6.0 (#133) 2020-11-12 16:36:55 -08:00
Darío Kondratiuk c477580068
feat(codegen): introduce C# codegen (#131) 2020-11-10 16:22:50 -08:00
Yury Semikhatsky e3483a18d3
chore: roll to 1.6.0-next.1604370816246 (#127) 2020-11-02 19:24:06 -08:00
Pavel Feldman a69e52d4ad
chore: roll to playwright@1.6.0-next.1604355180033 (#126) 2020-11-02 14:44:40 -08:00