playwright/test
Dmitry Gozman c51ea0afd1
feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957)
This also changes timeout error format to
"page.click: Timeout 5000ms exceeded", so that all errors
can be similarly prefixed with api name.

We can now have different api names in different clients,
and our protocol is more reasonable.
2020-07-15 14:04:39 -07:00
..
assets fix(firefox): fix launching firefox without dependencies (#2900) 2020-07-10 16:04:19 -07:00
chromium feat(rpc): ensure feature-detection works as before (#2898) 2020-07-13 15:26:09 -07:00
electron feat(rpc): support electron (#2933) 2020-07-13 21:46:59 -07:00
firefox feat(firefox): allow passing user prefs at launch time (#2417) 2020-05-31 09:28:57 -07:00
fixtures chore: add stack trace utilities and tests (#2371) 2020-05-27 14:26:44 -07:00
golden-chromium test: add iframe screenshot tests (#2495) 2020-06-09 12:59:49 -07:00
golden-firefox test: add iframe screenshot tests (#2495) 2020-06-09 12:59:49 -07:00
golden-webkit test: add iframe screenshot tests (#2495) 2020-06-09 12:59:49 -07:00
accessibility.spec.js test: remove module.export.describe wrapper (#1716) 2020-04-08 15:19:09 -07:00
apicoverage.spec.js test: update http credentials tests (#2806) 2020-07-06 11:28:07 -07:00
autowaiting.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
browser.spec.js test: remove module.export.describe wrapper (#1716) 2020-04-08 15:19:09 -07:00
browsercontext.spec.js test: remove flaky test for binding on error pages (#2952) 2020-07-14 21:20:14 -07:00
capabilities.spec.js feat(webkit): bump to 1290 (#2652) 2020-06-19 16:35:14 -07:00
channels.spec.js feat(rpc): support electron (#2933) 2020-07-13 21:46:59 -07:00
click.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
cookies.spec.js test: unflake more cookies tests (#2333) 2020-05-21 15:37:52 -07:00
coverage.spec.js feat(rpc): ensure feature-detection works as before (#2898) 2020-07-13 15:26:09 -07:00
defaultbrowsercontext.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
dialog.spec.js fix(dialogs): let click timeout, log information about dialogs (#2781) 2020-07-01 22:10:37 -07:00
dispatchevent.spec.js feat(rpc): support selectors (#2936) 2020-07-13 17:47:15 -07:00
download.spec.js chore(rpc): remove some paths from the channel (#2934) 2020-07-14 10:51:37 -07:00
downloadsPath.spec.js feat(rpc): pass more tests (#2896) 2020-07-09 15:33:01 -07:00
elementhandle.spec.js feat(rpc): support selectors (#2936) 2020-07-13 17:47:15 -07:00
emulation.spec.js feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00
environments.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
evaluation.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
fixtures.spec.js chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
focus.spec.js test: add focus traversal test (#2141) 2020-05-07 16:10:29 -07:00
frame.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
geolocation.spec.js test(geolocation): test context isolation (#1770) 2020-04-13 21:43:06 -07:00
headful.spec.js feat(chromium): roll Chromium to r786218 (#2879) 2020-07-08 17:09:42 -07:00
ignorehttpserrors.spec.js fix(webkit): ignore WebSocket certificate errors on Mac (#1900) 2020-04-22 12:41:39 -07:00
input.spec.js test: await all promises in upload test (#2557) 2020-06-12 10:39:33 -07:00
interception.spec.js fix(cors): allow intercepting cors requests on chromium (#2643) 2020-06-19 17:14:32 -07:00
jest-runner.js chore: misc test fixes (#2888) 2020-07-08 18:42:04 -07:00
jshandle.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
keyboard.spec.ts chore: misc test fixes (#2857) 2020-07-08 18:42:31 -07:00
launcher.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
logger.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
mouse.spec.js test: disable flaky firefox tests (#1912) 2020-04-22 00:07:02 -07:00
multiclient.spec.js chore(test): move more test options to state (#1761) 2020-04-12 22:19:26 -07:00
navigation.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
network.spec.js test: add redirect+extraHTTPHeaders test (#2637) 2020-06-18 18:06:10 -07:00
page.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
pdf.spec.js feat(rpc): ensure feature-detection works as before (#2898) 2020-07-13 15:26:09 -07:00
permissions.spec.js test: mark failing headful tests as such (#2226) 2020-05-13 18:33:07 -07:00
popup.spec.js fix(binding): dispatch binding after the page has been initialized (#2938) 2020-07-14 13:34:49 -07:00
proxy.spec.js feat(proxy): allow specifying proxy (#2485) 2020-06-05 13:50:15 -07:00
queryselector.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
recorder.spec.js feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00
run_static_server.js Initial commit 2019-11-19 10:58:15 -08:00
screenshot.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
test.config.js feat(rpc): ensure feature-detection works as before (#2898) 2020-07-13 15:26:09 -07:00
test.js feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00
tsconfig.json chore(testrunner): typescript test files (#2751) 2020-07-08 00:20:36 -07:00
types.d.ts chore(jest): run tests with jest (#2754) 2020-07-08 11:13:18 -07:00
utils.js feat(rpc): support selectors (#2936) 2020-07-13 17:47:15 -07:00
waittask.spec.js feat(rpc): remove PageAttribution from the protocol, attribute on the client side (#2957) 2020-07-15 14:04:39 -07:00
workers.spec.js fix(firefox): unskip worker error test (#2805) 2020-07-01 22:07:53 -07:00