10 lines
135 B
Bash
10 lines
135 B
Bash
#!/bin/bash
|
|
|
|
# Setup the test environment
|
|
|
|
|
|
apt-get update
|
|
apt-get install python-pip iceweasel xvfb
|
|
pip install selenium xvfbwrapper
|
|
|