- Notifications
You must be signed in to change notification settings - Fork4
A collection of code examples meant to promote and explain the Web Platform to developers.
License
adobe/web-platform-zoo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
** WORK IN PROGRESS **
This content is published tohttps://opensource.adobe.com/web-platform-zoo/ asa collection of code examples meant to promote and explain the Web Platform to developers.
It also provides automated tests, here's how to run them:
npm install # once only, as usualnpx playwright testFor now the website is just a collection of static pages, running an HTTP serverin the root folder is sufficient to test it.
Examples used to generate & debug thetodomvc tests:
- npx playwright codegenhttp://localhost:8000
- npx playwright test -g todomvc --project firefox
- npx playwright test -g todomvc --project firefox --timeout 25000 --debug
A few additionalexperiments are also found in this repository,and they're just that. Use at your own risk, like anything else in thisrepository for that matter.
- Finish implementing the todomvc tests
- How to test closed shadow DOM with Playwright?
- Flesh out the minimal template tests, including no-JS variant
- Publish only if the Playwright tests succeed
About
A collection of code examples meant to promote and explain the Web Platform to developers.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.