23 lines
553 B
HTML
23 lines
553 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
p, h1 {
|
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Playwright 🎭 Examples
|
|
</h1>
|
|
|
|
<p>
|
|
Run them by executing:
|
|
</p>
|
|
<pre>
|
|
# NPM
|
|
npm run test:e2e-examples
|
|
# Yarn
|
|
yarn test:e2e-examples
|
|
</pre>
|
|
</body> |