Skip to content

build: allow test browser to be configured with environment var

Tamlyn Rhodes requested to merge change-test-browser into master

Use BROWSER environment variable to configure the browser used for running the end to end tests with npm run test:e2e. Defaults to chrome as before.

Merge request reports