forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add live streams to community (microsoft#643)
- Loading branch information
1 parent
96f505f
commit 25d1c99
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Live Streams | ||
|
||
## Playwright cross browser automated testing | ||
|
||
<div className="embed-youtube"> | ||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jorsD4lInwA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
|
||
## Testing modern web apps with Playwright and VS Code | ||
|
||
<div className="embed-youtube"> | ||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dLj0U6BgWuw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
|
||
|
||
## End to End Testing w/ Playwright | ||
|
||
<div className="embed-youtube"> | ||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/VMl8aV-ddMA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</div> |