Packages

Playwright Assets is a package for installing and running test assets in Playwright Node.js and Elixir implementations.

Current section

Files

Jump to
playwright_assets priv assets frames frame.html
Raw

priv/assets/frames/frame.html

<link rel='stylesheet' href='./style.css'>
<script src='./script.js' type='text/javascript'></script>
<style>
body {
height: 100px;
margin: 8px;
border: 0;
background-color: #555;
}
div {
line-height: 18px;
}
</style>
<div>Hi, I'm frame</div>