Yury Semikhatsky
7e7d3db96d
docs: update init script type for java and C# ( #5449 )
2021-02-12 14:16:38 -08:00
Dmitry Gozman
ac1599cc2c
fix(registry): handle relative registry path ( #5406 )
...
We get relative registry path when PLAYWRIGHT_BROWSERS_PATH or HOME is relative.
In this case, it would be good to resolve to the same absolute path
during installation and execution, and we can usually do that using INIT_CWD.
2021-02-12 11:12:06 -08:00
Andrey Lushnikov
2a40d8ec8e
devops: fix goma startup and shutdown ( #5447 )
...
Turns out goma scripts have to be called from goma directory.
2021-02-12 11:01:49 -08:00
Pavel Feldman
aef052aecc
chore: pause on input in pwdebug mode ( #5427 )
2021-02-12 10:11:30 -08:00
Yury Semikhatsky
55614c7cc8
docs: replace bool with boolean ( #5431 )
2021-02-12 09:19:41 -08:00
Yury Semikhatsky
ccfb3c3a1e
docs: add callback description to waitForNavigation ( #5433 )
2021-02-12 09:15:18 -08:00
Dmitry Gozman
3e7b8e3d74
test: add basic end-to-end driver test ( #5426 )
...
- Introduce internal "out of process" start()/stop() mode.
- This mode is used both in regular tests and installation tests.
- Emulate basic driver installation, browser download and running.
2021-02-12 09:05:32 -08:00
Andrey Lushnikov
8500592326
devops: fix post-checkout cleanup on windows ( #5438 )
...
Turns out empty trailing space in array in bash results in a file
in windows that it fails to remove while during cleanup.
2021-02-12 01:48:11 -08:00
Andrey Lushnikov
539942c803
devops: empty commit to test internal tests
2021-02-12 02:21:39 -07:00
Andrey Lushnikov
2ac93f0a8b
devops: another attempt to trigger internal tests (empty commit)
2021-02-12 02:07:22 -07:00
Andrey Lushnikov
17b792bcf5
devops: attempt to trigger internal tests (empty commit)
2021-02-12 02:05:45 -07:00
Andrey Lushnikov
2dfe1c75e1
fix: do not spam console when building playwright packages ( #5436 )
2021-02-12 00:41:33 -08:00
Andrey Lushnikov
f2a31ad8c5
browser(chromium): build Chromium Dev revision as of Feb 12 ( #5435 )
2021-02-12 00:32:57 -08:00
Andrey Lushnikov
b5d3080e34
feat(firefox): roll Firefox to r1229 ( #5428 )
2021-02-12 00:10:27 -08:00
Yury Semikhatsky
0c8d8a3d0f
fix(docs): correctly detect type-only overrides ( #5430 )
2021-02-11 23:43:59 -08:00
Andrey Lushnikov
fa730bec78
devops: trigger internal tests on each commit
2021-02-12 00:41:51 -07:00
Andrey Lushnikov
5ea6d6eefd
fix(docker): avoid symlink hack in Docker images ( #5429 )
...
Instead of symlinking pwuser's registry to root's registry, we now
use the `PLAYWRIGHT_BROWSERS_PATH` variable to define a single
browser registry across the docker image, accessible for all
users.
Fixes #4485
2021-02-11 18:33:30 -08:00
Andrey Lushnikov
9d2269dc75
devops: attempt to fix npm canary publishing
2021-02-11 18:26:25 -08:00
Pavel Feldman
449adfd3ae
chore(recorder): move recording output into the gui app ( #5425 )
2021-02-11 17:46:54 -08:00
Andrey Lushnikov
a42c46b986
browser(firefox): roll Firefox to beta @ Feb 11, 2021 ( #5421 )
2021-02-11 14:15:26 -08:00
Yury Semikhatsky
7551c01a84
docs: remove devices property from c# and java ( #5423 )
2021-02-11 12:26:10 -08:00
Dmitry Gozman
99f8e1cf63
docs: document Android and friends ( #5415 )
...
These are experimental, currently available through `_android`.
2021-02-11 10:31:57 -08:00
Andrey Lushnikov
44ff8b518b
devops: fix win archiving logic ( #5420 )
...
One can't use "for-of" iteration over bash arrays if values
contain strings :(
2021-02-11 08:18:05 -08:00
Andrey Lushnikov
6113d4d50d
feat(chromium): roll Chromium to r846621 ( #5413 )
2021-02-11 07:43:43 -08:00
Joel Einbinder
d8f637c239
chore(typescript): enable esModuleInterop ( #5409 )
2021-02-11 06:36:15 -08:00
Pavel Feldman
6576bd8b31
chore: move before/after action instrumentation into dispatcher ( #5416 )
2021-02-10 21:55:46 -08:00
Pavel Feldman
6e6e36b565
chore: move progress log into the metadata ( #5411 )
2021-02-10 21:50:29 -08:00
Pavel Feldman
a164f2a810
chore: make instrumentation multiplexing proxy-based ( #5410 )
2021-02-10 21:44:22 -08:00
Pavel Feldman
a06cf70d28
chore: pass parsed stack in metainfo ( #5407 )
2021-02-10 18:52:28 -08:00
Joel Einbinder
fa8e898c3c
fix(test): missing test coverage for browserType.connectOverCDP ( #5408 )
2021-02-10 16:22:18 -08:00
Yury Semikhatsky
60e9216ebb
docs: change page error type to string ( #5412 )
2021-02-10 16:12:04 -08:00
Yury Semikhatsky
d39d2eaf4c
docs: support method overrides ( #5405 )
2021-02-10 14:27:20 -08:00
Joel Einbinder
dca70abbd3
feat(chromium): connect to a browser over cdp ( #5207 )
2021-02-10 14:00:02 -08:00
Yury Semikhatsky
a8ebe4d888
fix(screencast): support viewport with odd dimensions ( #5399 )
2021-02-10 13:37:27 -08:00
Yury Semikhatsky
7933cfc7df
docs: inline Location methods into ConsoleMessage in java ( #5402 )
2021-02-10 12:54:44 -08:00
Dmitry Gozman
b4b14eab69
chore: refactor actionability checks ( #5368 )
2021-02-10 12:36:26 -08:00
Dmitry Gozman
38209c675c
fix(selector generator): correct nth-match, remove label treatment, performance ( #5388 )
...
- Remove label retargeting, as it does not play nicely with recorder.
- nth-match() is now correctly chained.
- Performance improvements around parent selectors and regex text matches.
2021-02-10 12:31:50 -08:00
Yury Semikhatsky
90dbe35df0
docs: exclude recordHar field from java ( #5401 )
2021-02-10 11:41:55 -08:00
Andrey Lushnikov
009765d719
devops: upload flakiness dashboard for release branches too ( #5392 )
...
There are no reasons to not upload test results for release branches.
2021-02-10 09:19:10 -08:00
Andrey Lushnikov
d21d24486c
test: mark failing test as fixme ( #5397 )
...
The test has been failing since recently:
http://flaky.aslushnikov.com#commits=20×tamp=1612958811899&filter_spec=popups+2
2021-02-10 09:04:08 -08:00
Dmitry Gozman
c12374ea07
feat(docs): improve link validation ( #5394 )
2021-02-10 07:13:14 -08:00
Dmitry Gozman
78ab2955f3
fix(isVisible): do not wait for the selector to be resolved ( #5393 )
2021-02-10 07:12:43 -08:00
Dmitry Gozman
4d4efccb3e
docs: add release notes doc ( #5391 )
2021-02-09 21:44:16 -08:00
Dmitry Gozman
6a98241ac5
feat(selectors): speed up text selector ( #5387 )
...
- Do not check children when parent does not contain the text we look for.
- Minor caching improvements in evaluator.
This gives up to 5X performance boost on text-heavy pages.
2021-02-09 21:31:46 -08:00
Yury Semikhatsky
716bd4211d
docs: spread RecordHar options in java ( #5390 )
2021-02-09 17:33:28 -08:00
Yury Semikhatsky
152701a273
docs: rename viewport option to viewportSize in java, C# ( #5383 )
2021-02-09 16:50:32 -08:00
Yury Semikhatsky
3695dab1d5
docs: split RecordVideo object into dir and size options in java ( #5389 )
2021-02-09 16:44:50 -08:00
Andrey Lushnikov
e2013b29e3
devops: fix driver publish
2021-02-09 17:02:24 -07:00
Pavel Feldman
2e01fbdbec
chore: introduce instrumentation api ( #5385 )
2021-02-09 14:44:48 -08:00
Andrey Lushnikov
1240dd48cb
devops: start publishing canary at midnight every day ( #5343 )
...
This patch:
- starts publishing canary NPM package at 00:10AM UTC
- canary version is published from default (`master`) branch and is
named with a date. E.g. for a version published on Feb 5, 2021, the
version would be `1.8.0-alpha-feb-5-2021`
- versions from release branches are still published on every commit and have the
regular commit timestamp suffix
2021-02-09 14:28:04 -08:00