Popular repositories
-
-
Forked from GoogleChrome/lighthouse
Auditing, performance metrics, and best practices for Progressive Web Apps
JavaScript
-
-
Forked from microsoft/vscode-mock-debug
Starter sample for developing debug adapters for VSCode.
TypeScript 2
-
-
2,619 contributions in the last year
Less
More
Contribution activity
June 2021
Created 37 commits in 3 repositories
Created a pull request in microsoft/playwright that received 3 comments
fix(tracing): error handling
Reject when ZipFile signals an error.
Make sure snapshotter does not save trace events after stop().
Await pending blob writes on stop().
+26
−19
•
3
comments
Opened 34 other pull requests in 3 repositories
microsoft/playwright
24
merged
- fix(firefox): race between markAsError and Page.ready
- fix(chromium): fix a race when initialization does not finish before page close
- test: update evaluate-no-stall test to get a proper error
- feat(test runner): add tests for playwright-specific fixtures
- chore(tests): roll stable test runner to jun-8-2021
- chore: remove internal uses of "folio"
- fix(test runner): remove folio/jest namespaces in expect matchers
- chore: brush up playwright-test types
- chore: bring in folio source
- test: roll to folio@0.4.0-alpha28
- fix: various test-related fixes
- feat(inspector): remove snapshots
- test: roll to folio@0.4.0-alpha27
- feat(trace viewer): fix UI issues
- test: disable chromium headed tracing test
- test: roll to folio@0.4.0-alpha26
- chore: do not use Array.from in injected script
- test: roll to folio@0.4.0-alpha25
- docs(test runner): advanced section
- fix(waitForSelector): retry when context is gone during node adoption
- chore: do not bundle api.json and protocol.yml
- chore: update eslint config
- chore: remove electron/android from build_packages
- feat(test): introduce @playwright/test
microsoft/folio
9
merged
- feat(snapshots): update naming, use project name in snapshots
- fix(output paths): sanitize project name when using in the path
- fix(sigint): prevent default sigint handler from running
- feat(config): update format of config.reporter
- fix(config): when merging objects, ignore undefined
- fix(validation): allow undefined values in the config
- fix(cli): fix some typos and help
- chore: update deps to match "deps of deps" versions
- feat(global setup): allow returning teardown
microsoft/playwright.dev
1
merged
Reviewed 58 pull requests in 5 repositories
microsoft/playwright 42 pull requests
- docs: split release notes on the website per-language
- docs: update release notes docs
- feat(test runner): add tests for playwright-specific fixtures
- test(playwright-test): fix fixtures test
- feat(pwt): webServer config option
- feat(trace): add a trace option into the test runner
- chore: cut v1.12.0 release
- feat: firefox is stable by default
- feat(har): record sizes, compression and httpVersion
- Revert "feat: switch to the Firefox Stable equivalent by default (#69…
- docs: use proper option name for --workers
- chore: more doc nits
- docs(dotnet): add test runner docs
- fix: various test-related fixes
- docs(pom): fixed JS example which contained TS
- doc(test): pass through test-intro
- chore(typescript): compile with babel, lint everything with tsc
- chore: move electron back from FYI bots to CQ1 bots
- chore: bump dependency to fix vulnerability
- devops: introduce manual @next NPM publishing
- chore: import @playwright/test
- fix(chromium): drag and drop works in chromium
- doc(tracing): add a trace viewer doc
- test: add tests for port-forwarding via playwrightclient
- feat(test): introduce @playwright/test
- Some pull request reviews not shown.
microsoft/playwright-dotnet 8 pull requests
- chore: roll driver to latest release 1.12
- api: generate nullable annotations
- feat(driver): dedupe the driver package
- feat(browser): do not install browsers by default
- feat(cli): move cli code into core
- test: add NewContext, HEADED
- feat(cli): parse out Playwright version
- chore: implement 1.12 features (no tests)