- Sunnyvale, CA
Highlights
- 23 discussions answered
Block or Report
Block or report dgozman
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
playwright Public
Forked from microsoft/playwright
Node.js library to automate Chromium, Firefox and WebKit with a single API
TypeScript 3
-
trace-viewer Public
Forked from google/trace-viewer
Frontend for chrome://tracing and Android systrace.
Python
-
lighthouse Public
Forked from GoogleChrome/lighthouse
Auditing, performance metrics, and best practices for Progressive Web Apps
JavaScript
-
-
vscode-mock-debug Public
Forked from microsoft/vscode-mock-debug
Starter sample for developing debug adapters for VSCode.
TypeScript 2
-
3,187 contributions in the last year
Contribution activity
March 2022
Created 25 commits in 1 repository
Opened 25 pull requests in 1 repository
microsoft/playwright
24
merged
1
open
- fix(storageState): provide nice error message for storage state issues
- fix(list mode): print errors to stderr
- docs(parallel): tell about fully parallel mode
- docs(webServer): prefer url over port
- feat(selectors): role selector engine
- feat(selectors): support regular expressions in attribute selectors
- fix(tracing): preserve control values without modifying DOM
- cherry-pick(#12888): fix(click): workaround elementsFromPoint issue in Chromium
- feat(aria): introduce role utils
- fix(test runner): do not print fixture location without a separate timeout
- fix(click): workaround elementsFromPoint issue in Chromium
- feat(hooks): add a step per hook
- feat(test runner): describe.skip
- cherry-pick(#12764): fix(screenshot): do not stall on hideHighlight
- fix(screenshot): do not stall on hideHighlight
- feat(fixtures): per-fixture timeout
- Revert "feat(line reporter): show stats, handle tty"
- feat(line reporter): show stats, handle tty
- feat(screenshot): size:'css'|'device' option
- reland(test-runner): rely on test title paths instead of ordinal
- chore: cleanup hooks notion from raw/html reporters
- reland(hooks): separate test timeout from beforeAll/afterAll timeouts
- chore: remove env.PLAYWRIGHT_NO_LAYOUT_SHIFT_CHECK
- feat(remote): send 'x-playwright-browser' header
- reland(test runner): run hooks/modifiers as a part of the test
Reviewed 88 pull requests in 4 repositories
microsoft/playwright
85 pull requests
- fix(tests): remove lock from component tests, test real experience
- chore: group tests under tests/ (2)
- chore: group tests under tests/ (1)
- feat: detect docker version and Playwright version mismatch
- chore: migrate trace-viewer and recorder to vite
- chore(deps): prepare deps for monorepo
- feat(route): add cors header in route.fulfill
- Revert "chore: align setInputFiles in webkit with other browsers (#13…
- docs: refresh CI docs
- devops: cancel primary_tests workflow jobs for stale PR commits
- chore: align setInputFiles in webkit with other browsers
-
chore: use
package.jsondirectory to resolve output directory - devops: use goma when compiling chromium
- fix: print all missing libraries when used on unsupported linux distro
- devops: improve chromium toolchain
- fix(codegen): do not consider empty attributes for selector generation
- fix(selenium): Use ms:edgeOptions with Edge
- devops: audit prod npm dependencies
- chore: only restart esm on Node 16+
- feat: large files upload in ff and wk
- cherry-pick(#12934): allow toMatchSnapshot to use text comparator for text data
- chore: mark v1.20.1
- fix: allow toMatchSnapshot to use text comparator for text data
- chore: make count() work with _vue selectors
- chore: do not initialize full sessions for pages used in session restore
- Some pull request reviews not shown.
microsoft/create-playwright
1 pull request
microsoft/playwright-dotnet
1 pull request
microsoft/playwright-vscode
1 pull request
Created an issue in microsoft/playwright that received 2 comments
[BUG] firefox screenshots differ between headless and headed
Here is an example from the tests: playwright/tests/screenshot.spec.ts Line 23 in 5f1188d From my local testing on MacOS, headed screens…