Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
The CSS properties supported by all three major web browser engines.
JavaScript 12
-
-
851 contributions in the last year
Contribution activity
August 2020
Created a pull request in microsoft/playwright that received 2 comments
fix(rpc): nice error stacks
This gives a unified stack with both the client/server calls.
+3
−3
•
2
comments
- fix(eslint): ignore output dir
- browser(firefox): fix request frame attribution
- fix(test): import playwright types with import type
- chore(testrunner): enable eslint
- chore(tests): run eslint on tests
- chore(types): upgrade to TypeScript 4.0.2
- fix(testrunner): console.log in color
- fix(testrunner): don't remove unused imports
- fix(testrunner): refactor and fix bugs with spec api
- feat(testrunner): support --test-match option
- chore(testrunner): add exit code tests
- feat(testrunner): delete test/types.d.ts
- chore(test-runner): move into its own folder and typescript project
- feat(utils): add a script for watching various builds
- feat: mouse and keyboard indicators
- fix(test): disable more screenshot tests on headful firefox
- fix(rpc): add a custom toJSON to help jest's expect library
- fix(testrunner): report walltime
- fix(testrunner): properly run tests when the first arg is a file
- feat(testrunner): pretty error messages
- feat(testrunner): support sourcemaps
- feat(testrunner): use ring character for skips
- feat(testrunner): cache transformed files
- chore(test): run doclint tests with mocha, delete testrunner again
- chore(test): run doclint tests with mocha, delete utils/testrunner
- Some pull requests not shown.
- chore(testrunner): introduce test result, reuse it in ipc
- feat(test): shrink api to run only, rename pending to skipped
- test: collect stdout/stderr in tests
- fix(testrunner): pass error into test fixtures
- test: remove mocha dependency
- test: translate tests into ts, extract mocha
- test: take a screenshot upon failure example
- test: introduce global setup
- api: add waitForElementState('disabled')
- chore: align SerializedAXNode with rpc protocol AXNode
- chore: remove screenshot path from the server side
- chore: align more server-side options with rpc protocol
- chore: align some server-side methods with rpc calls
- chore: remove unused methods from server side
- test: slowly removing testOptions
- test: allow overriding the worker fixtures
- test(screencast): skip test that depends on accelerated compositing
- feat(webkit): bump to 1325
- test: add support for mocha
- fix(chromium): handle the case when new pending comes before old commit
- test: restore nojest runner
- docs(api): explicit nulls, use Serializable and EvaluationArgument more
- test: do not inherit from the Node environment
- docs(api): replace select-all note with example