Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Go to file
Joel Einbinder 57313e3f73
feat: basic d.ts file (#161)
`protocol.d.ts` had to move to `protocol.ts` otherwise typescript refuses to include it in the out directory.

Removed the old d.ts generator. It will need to be rewritten anyway.

These new types include private stuff that they probably shouldn't, and are missing documentation. I'll follow up with a better d.ts generator later.

#6
2019-12-06 11:28:23 -08:00
.ci Initial commit 2019-11-19 10:58:15 -08:00
browser_patches feat(webkit): move quads to float space (#162) 2019-12-05 17:57:21 -08:00
docs chore: unify screenshot handling between browsers, introduce Screenshotter everywhere (#156) 2019-12-05 14:48:39 -08:00
examples chore: prepare to npm publish (#148) 2019-12-05 11:29:16 -08:00
misc Initial commit 2019-11-19 10:58:15 -08:00
src feat: make JSHandle generic (#140) 2019-12-05 16:26:09 -08:00
test test(chrome): failing test for clicking when scroll-behavior is smooth (#136) 2019-12-05 17:58:19 -08:00
utils feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
.appveyor.yml Initial commit 2019-11-19 10:58:15 -08:00
.cirrus.yml Initial commit 2019-11-19 10:58:15 -08:00
.editorconfig Initial commit 2019-11-19 10:58:15 -08:00
.eslintignore feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
.eslintrc.js lint: fixes (#85) 2019-11-26 08:19:02 -08:00
.gitignore feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
.npmignore feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
.travis.yml chore(ci): use bionic for travis 2019-12-05 15:18:55 -08:00
chromium.js feat: remove all environment variables and references to puppeteer-core (#47) 2019-11-21 21:17:23 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-11-15 10:32:47 -08:00
DeviceDescriptors.js Initial commit 2019-11-19 10:58:15 -08:00
Errors.js Initial commit 2019-11-19 10:58:15 -08:00
firefox.js feat: remove all environment variables and references to puppeteer-core (#47) 2019-11-21 21:17:23 -08:00
index.d.ts feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
index.js chore: prepare to npm publish (#148) 2019-12-05 11:29:16 -08:00
install.js fix(install): print version of the browser being downloaded (#146) 2019-12-05 08:30:58 -08:00
LICENSE Initial LICENSE commit 2019-11-15 10:32:48 -08:00
package.json feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
README.md Revert "docs: show browser test stats in the readme (#24)" 2019-11-21 13:00:48 -08:00
SECURITY.md Initial SECURITY.md commit 2019-11-15 10:32:49 -08:00
tsconfig.json feat: basic d.ts file (#161) 2019-12-06 11:28:23 -08:00
webkit.js feat: remove all environment variables and references to puppeteer-core (#47) 2019-11-21 21:17:23 -08:00

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.