Skip to content
Snippets Groups Projects
Select Git revision
  • ba94c5afee5e61a1a648ea515a22b1d33f4cd3eb
  • develop default protected
  • master protected
  • add-java-build-server
  • add-museum-reservations-server
  • update-mr-approval
  • php-soap
  • add-zaproxy-container
  • 16-update-dependency-check-to-v6-0-3
  • 15-detect-secrets-does-not-detect-secrets-in-subdirectories
10 results

browser-test-entrypoint.sh

Blame
  • Chris Galusha's avatar
    Chris Galusha authored and Alan Nelson committed
    ba94c5af
    History
    browser-test-entrypoint.sh 81 B
    #!/bin/sh
    set -e
    
    chromedriver --allowed-ips="127.0.0.1" > /dev/null &
    
    exec "$@"