- Sunnyvale, CA
Highlights
- 25 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 2
-
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
-
2,360 contributions in the last year
Contribution activity
May 2022
Created 23 commits in 1 repository
Created a pull request in microsoft/playwright that received 4 comments
Opened 25 other pull requests in 1 repository
microsoft/playwright
21
merged
2
closed
2
open
- feat(locators): remove layout locators from locator options
- feat(layout locators): make them aligned on cross-axis
- test: make "outerWidth and outerHeight" test work on small screens
- test: make wheel event work on different host dsf
- test: add more chromium-tip-of-tree bots
- fix(tracing): workaround chromium scrollTop slowness
- fix(test runner): do not run automatic test fixtures for beforeAll hooks
- chore: split injected utils into proper files
- fix(test runner): fix duplicate titles error when multiple issues are present
- test: upload electron win+mac results to dashboard
- fix(chromium): work around about:blank issue on Chromium
- fix(test runner): perform duplicates check before filtering
- fix(test runner): ensure that hooks run before fixtures teardown after timeout
- feat(locators): rename locator.that to locator.filter
- chore: role selectors non-experimental
- feat(layout locators): remove maxDistance option
- chore: restore "read config once" logic and legacy mode
- fix(networkidle): do not produce networkidle event on errored pages
- fix(codegen): do not reset current source on every recorded action
- feat(codegen): brush up context options in pytest codegen
- chore: small test runner changes in preparation of global fixtures
- feat(expect): ensure it works in global setup
- chore: get rid of ProjectImpl
- fix(click): detect iframe overlays that cover target element
-
fix(test runner): restore
--headedflag
Reviewed 29 pull requests in 5 repositories
microsoft/playwright
23 pull requests
- fix(click): climb the hit target hierarchy to anchor
- test: rebaseline wheel tests according to new chromium
- chore: roll stable test-runner to 1.22.0-alpha-may-11-2022
- chore: remove babel__parser
- chore: cut v1.22.0
- test: disable fission-related failure for firefox
- docs: add route class -> networking guide reference
- devops: fix headlessness reporting to flakiness dashboard
- devops: upload all headed tests to flakiness
- chore: run headed on all OSs
- feat(ct): only rebuild when necessary
-
chore: un-experiment
expect(pageOrLocator).toHaveScreenshot() - fix: support installing dependencies on non-ubuntu.
- feat(bindings): best-effort serialize circular structures
- chore: do not reset internal bindings for reuse
-
feat: move
toHaveScreenshotto use old snapshot paths by default - fix: leaking server side objects
- devops: keep one bot for Node.js 12
- feat(codegen): pytest support in codegen
- chore: restore component testing options
- chore: hide plugins for now
- chore: remove defunct GlobalInfo.attach test
- chore(dotnet): do not rely on auto camel case for channel initializers