Skip to content

v0.2.0

@nk-o nk-o tagged this 09 Aug 14:58
The README suggested printing the ports with `node -e "require(…)"`, which
never worked: `env-ports.js` only printed under `require.main === module`, and
that is false when required from `-e`.

Making it print on import was not an option either — the Playwright config
imports the same module and must stay silent. So the CLI moved into its own
entry point.
Assets 2
Loading