playwright/tests
Max Schmitt 2954e1263e
test: skip dispatchEvent(deviceOrientation) tests on Android (#28077)
Its [only available to
SecureContexts](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/device_orientation/device_orientation_event.idl;l=34?q=device_orientation_event.idl&ss=chromium%2Fchromium%2Fsrc)
which our loopback in Android is not treated as a SecureContext.

We could either move it into the library tests, but then loose page test
coverage or just skip it. I decided for the latter.

Relates https://github.com/microsoft/playwright/pull/27960.
2023-11-10 16:28:45 +01:00
..
android fix(android): respect recordHar option (#28046) 2023-11-09 08:36:05 -08:00
assets feat: Add support for dispatching device orientation events (#27960) 2023-11-08 09:50:25 -08:00
components fix(ct): solid render array as child (#27849) 2023-10-28 11:22:10 -07:00
config chore: stream trace viewer logs (#27807) 2023-10-26 11:15:43 -07:00
electron feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
library test: add a test for concurrent hover (#28042) 2023-11-09 08:27:34 -08:00
page test: skip dispatchEvent(deviceOrientation) tests on Android (#28077) 2023-11-10 16:28:45 +01:00
playwright-test fix(merge): preserve original "rootDir" by default (#27963) 2023-11-03 13:49:47 -07:00
stress chore: dispose stale handles to prevent oom, 1000 of a kind max (#27315) 2023-09-26 15:54:33 -07:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00