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 jscoverage simple.html
Raw

priv/assets/jscoverage/simple.html

<script>
function foo() {function bar() { } console.log(1); } foo(); </script>