- Sunnyvale, CA
Highlights
- 15 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
-
2,631 contributions in the last year
Contribution activity
January 2022
Created 32 commits in 1 repository
Created a pull request in microsoft/playwright that received 1 comment
fix(test runner): show codeframe and location from the error top stack frame
Previously, reporter would look for a stack frame directly in the test file. Often times, that is not a top stack frame, especially when the test uses
Opened 35 other pull requests in 1 repository
microsoft/playwright
31
merged
3
closed
1
open
- chore(test runner): extract TestInfoImpl
- fix(fixtures): make sure defaultLaunchOptions are always there
- chore: fix docs generator
- fix(test runner): resolve tsconfig for each file
- fix(test runner): use a separate cache when baseUrl is set
- fix(test runner): correctly save videos when running remotely
- feat(locator): introduce locator.page() getter
- chore(test runner): simplify runTestWithBeforeHooks
- test: default to one worker on CI for tests/playwright-test
- chore(test runner): prepare to per-fixture timeout
- chore: followRedirects in PlaywrightClient
- chore: move some files out of server/common
- feat(locator): "has" option
- cherry-pick(#11365): fix(test runner): fixture teardown double error, testInfo.attach()
- test: add a failing test for filechooser after navigation
- docs: add comments to Promise.all snippets with explanation
- fix(test runner): fixture teardown double error, testInfo.attach()
- fix(selectors): allow :scope with additional css
- feat(request): show request context methods as steps
- fix(electron): remove timeout from electronApp.close
- chore(test runner): refactor worker runner parts
- fix(test runner): remove test output for failures
- fix(test runner): hide beforeAll/afterAll hooks from the reporter api
- fix(reporter api): explicit onHookBegin and onHookEnd
- fix(test runner): revert error location from top frame
- Some pull requests not shown.
Reviewed 58 pull requests in 3 repositories
microsoft/playwright
56 pull requests
- chore: work-around npm install on windows
- fix: run reporter.onEnd after webserver teardown
- test: ctrl+click during provisional load
- chore: mark v1.18.1
- chore(test-runner): migrate webServer availability check fully to http
- chore: allow pre-processing scripts
- fix: create traces dir in /tmp instead of cwd
- cherry-pick(#11662) fix(test runner): resolve tsconfig for each file
- fix(webkit): handle will/didCheckPolicyForNavigation
- feat(test-runner): wait for a url before starting tests
- browser(webkit): handle ctr+click on linux
- browser(webkit): instrument navigation policy checks
- fix(chromium): close all javascript dialogs when closing context
- browser(webkit): removed unused will/didCheckNewWindowPolicy
- fix(testrunner): fix stack.split error that we see on bots
- chore: allow requiring remote/ files
- fix: support PWDEBUG=0 to disable debug
- test: request tracing start/stop
- fix(esm): don't emit module shorthand warning
- chore: include config dir in quick list report
- test: update wk win expectations for "should report raw headers"
- chore(tracing): add tracing to APIRequestContext
- chore: implement lightweight test listing
- fix(baseurl): support path-less baseurl
- fix: falsey behavior in route.continue, page.post, testInfo.attach
- Some pull request reviews not shown.