orchestra/scripts/tests/setup.sh

10 lines
135 B
Bash
Raw Normal View History

2023-08-29 08:50:23 +00:00
#!/bin/bash
# Setup the test environment
apt-get update
apt-get install python-pip iceweasel xvfb
pip install selenium xvfbwrapper