playwright/test/assets
Dominik Deren a3af0829ff
feat(trace viewer): Extending existing NetworkTab view (#5009)
feat(trace viewer): Extending existing NetworkTab view

Currently the network tab contains a limited amount of information on the resources that were loaded in the browser. This change proposes extending the details displayed for each resource, to include:

- HTTP method,
- Full url,
- Easily visible response content type,
- Request headers,
- Request & response bodies.

Such level of information could help quickly understand what happened in the application, when it was communicating with backend services. This can help debug tests quicker to figure out why they are failing.

This implementation still needs some clean up & tests improvement, but I wanted to propose such changes and gather your feedback before going too far.
2021-01-26 11:06:05 -08:00
..
cached Initial commit 2019-11-19 10:58:15 -08:00
csscoverage Initial commit 2019-11-19 10:58:15 -08:00
digits Initial commit 2019-11-19 10:58:15 -08:00
es6 Initial commit 2019-11-19 10:58:15 -08:00
frames fix(chromium): disable lazy loading iframes (#3535) 2020-08-19 15:58:13 -07:00
input feat(input): retry when hit target check fails, prepare for page pause (#2020) 2020-04-29 11:05:23 -07:00
jscoverage Initial commit 2019-11-19 10:58:15 -08:00
popup feat(popups): auto-attach to all pages in Chromium (#1226) 2020-03-05 10:45:32 -08:00
react test: add a failing test with React rerender (#2545) 2020-06-11 15:19:35 -07:00
screenshots test(screenshots): add a bunch of screenshot tests (#448) 2020-01-09 16:43:11 -08:00
serviceworkers test: fix service worker test (#988) 2020-02-13 13:21:19 -08:00
simple-extension Initial commit 2019-11-19 10:58:15 -08:00
snapshot fix(snapshot): properly save textarea content (#3835) 2020-09-10 15:33:39 -07:00
wasm test: start adding capability smoke tests (#784) 2020-01-31 08:57:47 -08:00
worker Initial commit 2019-11-19 10:58:15 -08:00
background-color.html test(screencast): video recording during cros-process navigation (#3396) 2020-08-12 10:18:41 -07:00
beforeunload.html chore: replace CHROME with CHROMIUM (#465) 2020-01-13 10:13:28 -08:00
button-overlay-oopif.html test: add failing test for clicking and oopifs (#1325) 2020-03-10 14:24:25 -07:00
checkerboard.html test(screencast): add auto scale test (#3733) 2020-09-02 13:59:15 -07:00
chromium-linux.zip Initial commit 2019-11-19 10:58:15 -08:00
consolelog.html Initial commit 2019-11-19 10:58:15 -08:00
csp.html Initial commit 2019-11-19 10:58:15 -08:00
deep-shadow.html fix(css selector): support comma-separated selector lists (#2120) 2020-05-07 13:36:54 -07:00
detect-touch.html Initial commit 2019-11-19 10:58:15 -08:00
dom.html feat(debug): generate preview for ElementHandle (#2549) 2020-06-12 11:10:18 -07:00
download-blob.html tests(downloads): add a test for Blob downloads (#1936) (#1939) 2020-04-23 13:02:37 -07:00
drag-n-drop.html test(drag): more tests for drag and drop (#4508) 2020-11-25 03:29:20 -08:00
dummy_bad_browser_executable.js fix(firefox): fix launching firefox without dependencies (#2900) 2020-07-10 16:04:19 -07:00
dynamic-oopif.html test(chromium): add more oopif tests (#1685) 2020-04-14 13:00:10 -07:00
empty.html Initial commit 2019-11-19 10:58:15 -08:00
error.html fix(pageerror): report correct error message and stack (#1862) 2020-04-20 11:37:02 -07:00
file-to-upload-2.txt feat(cli): bring in codegen and tests (#4815) 2020-12-28 14:50:12 -08:00
file-to-upload.txt Initial commit 2019-11-19 10:58:15 -08:00
formatted-number.html fix(firefox): make interception, locale and geolocation work on browser context level (#1472) 2020-03-22 08:56:50 -07:00
geolocation.html fix(permissions): manage permissions on the proxy level in webkit (#1451) 2020-03-20 19:45:35 -07:00
global-var.html Initial commit 2019-11-19 10:58:15 -08:00
grid-iframe-in-shadow.html test: add iframe screenshot tests (#2495) 2020-06-09 12:59:49 -07:00
grid.html fix(screenshot): wait for stable position before taking element screenshot (#3216) 2020-07-29 16:36:02 -07:00
har.html feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
highdpi.html chore: force lo dpi recording on non-mac (#4557) 2020-12-02 11:13:14 -08:00
historyapi.html Initial commit 2019-11-19 10:58:15 -08:00
injectedfile.js api: evaluateOnNewDocument -> addInitScript (#1152) 2020-02-27 17:42:14 -08:00
injectedstyle.css Initial commit 2019-11-19 10:58:15 -08:00
mobile.html Initial commit 2019-11-19 10:58:15 -08:00
modernizr.js Initial commit 2019-11-19 10:58:15 -08:00
movie.mp4 test(capabilities): test that video tag can play video (#2477) 2020-06-05 17:39:24 -07:00
movie.ogv test(capabilities): test that video tag can play video (#2477) 2020-06-05 17:39:24 -07:00
networkidle-frame.html fix(networkidle): make it (almost) work with setContent (#307) 2019-12-19 15:07:57 -08:00
networkidle.html fix(networkidle): make it (almost) work with setContent (#307) 2019-12-19 15:07:57 -08:00
networkidle.js test: try to unflake network idle tests (#4333) 2020-11-04 07:35:19 -08:00
offscreenbuttons.html feat(scrollIntoView): expose scrollIntoViewIfNeeded in api (#382) 2020-01-06 13:16:56 -08:00
one-style.css Initial commit 2019-11-19 10:58:15 -08:00
one-style.html Initial commit 2019-11-19 10:58:15 -08:00
overflow-large.html fix(screenshots): simplify implementation, allow fullPage + clip, add tests (#1194) 2020-03-03 16:09:32 -08:00
overflow.html test: rebaseline mobile viewport screenshot (#462) 2020-01-10 22:34:17 -08:00
player.html test(screencast): always use chromium to replay the video (#3841) 2020-09-10 18:09:17 -07:00
playground.html Initial commit 2019-11-19 10:58:15 -08:00
pptr.png Initial commit 2019-11-19 10:58:15 -08:00
react.html test: add more failing tests with react recycle (#2731) 2020-06-26 16:31:51 -07:00
redirectloop1.html fix(screenshot): provide nice error message during navigation (#456) 2020-01-10 17:25:28 -08:00
redirectloop2.html fix(screenshot): provide nice error message during navigation (#456) 2020-01-10 17:25:28 -08:00
resetcss.html Initial commit 2019-11-19 10:58:15 -08:00
rotate-z.html test(screencast): test that css animations are recorded (#3427) 2020-08-13 09:12:13 -07:00
sectionselectorengine.js feat(cli): bring selector generator into playwright (#4795) 2020-12-23 12:44:47 -08:00
self-request.html Initial commit 2019-11-19 10:58:15 -08:00
shadow.html chore(tests): convert all tests to typescript (#3384) 2020-08-11 15:50:53 -07:00
simple.json Initial commit 2019-11-19 10:58:15 -08:00
tamperable.html Initial commit 2019-11-19 10:58:15 -08:00
title.html Initial commit 2019-11-19 10:58:15 -08:00
trace-resources.html feat(trace viewer): Extending existing NetworkTab view (#5009) 2021-01-26 11:06:05 -08:00
video_mp4.html fix(webkit): ensure WebKit can play h264 video (#3272) 2020-08-03 16:06:57 -07:00
video.html test(capabilities): test that video tag can play video (#2477) 2020-06-05 17:39:24 -07:00
wrappedlink.html Initial commit 2019-11-19 10:58:15 -08:00