Initial commit
This commit is contained in:
16
#pma/test/install-browserstack
Normal file
16
#pma/test/install-browserstack
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ -z "$SELENIUM" ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p ~/browserstack
|
||||
cd ~/browserstack
|
||||
if [ ! -f BrowserStackLocal ] ; then
|
||||
wget https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
|
||||
unzip BrowserStackLocal-linux-x64.zip
|
||||
fi
|
||||
|
Reference in New Issue
Block a user