MarketSquare / robotframework-browser

Robot Framework Browser library powered by Playwright.
Apache License 2.0
499 stars 105 forks source link

Support defining custom npm registry in rfbrowser init #3686

Open aaltat opened 3 weeks ago

aaltat commented 3 weeks ago

If rfbrowser init is run in environment where public npm register is not available supporting npm install —registry could be handy.

fhennig42 commented 1 week ago

I think you can just use the npm_config_registry environment variable like this:

npm_config_registry=https://registry.example.org rfbrowser init