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 load-event module.js
Raw

priv/assets/load-event/module.js

import {foo} from '/slow.js';
console.log('foo is', foo);
window.results.push('module');