playwright/tests/library/inspector
Dmitry Gozman 6c739eb345
feat(cli): option to record har (#14696)
`npx playwright open --save-har=file.har` produces a HAR file that
can be later inspected or used for mocks.
`--save-har-glob="**/*.{png,woff2}"` option can be used to
produce a smaller har that only contains entries matching the glob.
2022-06-08 10:59:50 -07:00
..
cli-codegen-1.spec.ts fix(recorder): remove waitForNavigation from codegen (#14166) 2022-05-18 10:02:09 -07:00
cli-codegen-2.spec.ts feat(cli): option to record har (#14696) 2022-06-08 10:59:50 -07:00
cli-codegen-3.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
cli-codegen-csharp.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
cli-codegen-java.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
cli-codegen-javascript.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
cli-codegen-pytest.spec.ts feat(codegen): brush up context options in pytest codegen (#13924) 2022-05-04 11:14:53 +01:00
cli-codegen-python-async.spec.ts chore(codegen): rename script.js to example.py for Python tests (#13945) 2022-05-04 16:15:09 -07:00
cli-codegen-python.spec.ts chore(codegen): rename script.js to example.py for Python tests (#13945) 2022-05-04 16:15:09 -07:00
cli-codegen-test.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
console-api.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
inspectorTest.ts fix(recorder): remove waitForNavigation from codegen (#14166) 2022-05-18 10:02:09 -07:00
pause.spec.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00