-
Microsoft
- Mountain View, CA
Block or Report
Block or report yury-s
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
playwright-aws-lambda Public
Forked from JupiterOne/playwright-aws-lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
-
-
-
playwright Public
Forked from microsoft/playwright
Node library to automate Chromium, Firefox and WebKit browsers
TypeScript
-
gecko-dev Public
Forked from mozilla/gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: http://bit.ly/contribute-code
1,711 contributions in the last year
Less
More
Contribution activity
May 2023
Created 6 repositories
- yury-s/java-issue-1280 Java
- yury-s/playwright-blob-report-ci TypeScript
- yury-s/bug-22759 TypeScript
- yury-s/bug-22684 TypeScript
- yury-s/bug-22783 TypeScript
- yury-s/bug-22853 TypeScript
Created a pull request in microsoft/playwright that received 1 comment
Opened 31 other pull requests in 2 repositories
microsoft/playwright
26
merged
1
closed
- test: xhr request type for main resource url
- devops: do not upload test-results artifacts
- devops: merged report for tracing tests
- fix: preserve steps in merged report
- devops: remove explicit npm@8 installation
- chore: build playwright before running merge-reports
- chore: fix shard numbers for test_test_runner
- chore: run primary tests with blob reporter
- chore: roll stable test runner
- feat: merge config properties
- chore: blob report does not print to console
- fix: unique resource names between shards
- chore: bump node/types to v16
- feat(merge): generate html report with links to remote resources
- chore: write uncompressed blob report
- test: enable requestFullscreen test in webkit
- chore: move fetch proxy tests in its own file
- fix(fetch): support proxy.bypass
- test: unskip loading in HTMLImageElement.prototype in WebKit
- test: requestFullscreen API is supported
- test: custom user agent for download request
- fix(merger): pass onError to the reporter
- fix(webkit): define window.GestureEvent
- docs: set docker version to 1.33 in release notes
- docs: release notes for language ports
- Some pull requests not shown.
microsoft/playwright-java
4
merged
Reviewed 47 pull requests in 7 repositories
microsoft/playwright
25 pull requests
- test(filter): add a filter by location test
- chore: fix file view padding
- docs: add dialog/consoleMessage helper methods for language bindings
- test: unskip selenium driver test
- chore: more tree gardening
- chore: tree gardening
- docs(assertions): add note for setting global python expect timeout
- chore: update browser patches as of Apr 5, 2023
- fix(unroute): do not compare regexp instances
- chore: fix shard numbers for test_test_runner
- chore: don't install gstreamer for WebKit Ubuntu 20
- devops: add macOS 13 coverage
- chore: ignore SIGINT inside driver process
- fix(codegen): ignore previously hovered detached nodes
- docs: update minimal OS versions
- chore: set min viewport for WK on Win to 250x240
- fix(reuse): reset mouse position in Firefox
- chore: introduce minimal viewport for WebKit/Windows/headed
- docs: Add-title-to-config
- docs: add missing POM classes to fixture guide
- fix(fetch): support proxy.bypass
- fix(trace): merge step hierarchies
- test: use custom browser binary for connnect tests
- cherry-pick(#22855): fix(server): explicit allowlist for launch options
- chore: use custom JSX runtime to stub-out erroneous JSX usage
- Some pull request reviews not shown.
microsoft/playwright-python
11 pull requests
- chore: rename expect.set_timeout to set_options
- chore: add ability to set expect timeout
- chore: don't have Playwright globally installed in Docker image
- test: add test for Command + C does not terminate driver connection
- chore: bump greenlet to v2.0.2
- fix: make it possible to send connect_over_cdp headers
- chore: render deprecated method parameters
- fix: cancel protocol calls on connection / driver close
- chore: print pretty exception after playwright.stop()
- chore: allow to call Playwright.stop() multiple times
- fix: inherit context timeout correctly