Skip to content

Add bin script to start the proxy

Eric Eastwood requested to merge add-bin-script-to-start-proxy into master

Add bin script to start the proxy

package.json

{
  "scripts": {
    "gitlab-selenium-server": "gitlab-selenium-server"
  }
}

->

npm run gitlab-selenium-server

Edited by 🤖 GitLab Bot 🤖

Merge request reports