Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Go to file
2019-11-21 21:16:00 -08:00
.ci Initial commit 2019-11-19 10:58:15 -08:00
browser_patches devops: make sure cron has necessary PATH 2019-11-21 19:14:30 -08:00
docs chore: group chromium-specific features (#45) 2019-11-21 16:54:10 -08:00
examples chore: move interception API into features/ (#43) 2019-11-21 14:41:38 -08:00
misc Initial commit 2019-11-19 10:58:15 -08:00
src feat(chromium): roll Chromium to r717627 (#49) 2019-11-21 21:16:00 -08:00
test chore: group chromium-specific features (#45) 2019-11-21 16:54:10 -08:00
utils feat(chromium): roll Chromium to r717627 (#49) 2019-11-21 21:16:00 -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 chore: introduce injected source lazily evaluated by execution context (#42) 2019-11-21 14:43:30 -08:00
.eslintrc.js Initial commit 2019-11-19 10:58:15 -08:00
.gitignore chore: introduce injected source lazily evaluated by execution context (#42) 2019-11-21 14:43:30 -08:00
.npmignore Initial commit 2019-11-19 10:58:15 -08:00
.travis.yml Initial commit 2019-11-19 10:58:15 -08:00
chromium.js Initial commit 2019-11-19 10:58:15 -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 Initial commit 2019-11-19 10:58:15 -08:00
install.js feat(webkit): pass all keyboard tests (#39) 2019-11-20 16:39:12 -08:00
LICENSE Initial LICENSE commit 2019-11-15 10:32:48 -08:00
package.json feat(chromium): roll Chromium to r717627 (#49) 2019-11-21 21:16:00 -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 fix: build include paths (#32) 2019-11-20 09:10:41 -08:00
webkit.js Initial commit 2019-11-19 10:58:15 -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.