functional-tests: Fix instructions for running functional tests

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Joseph Nuthalapati 2020-07-22 10:16:36 +05:30 committed by Veiko Aasa
parent 866fa6cde3
commit 6dd7dcd2f8
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ executed (red).
Inside the container run
```bash
guest$ cd /freedombox ; sudo functional_tests/install.sh
guest$ cd /freedombox ; sudo plinth/tests/functional/install.sh
```
#### For running tests inside the VM

View File

@ -5,7 +5,7 @@ IFS=$'\n\t'
echo "Installing requirements"
sudo apt-get install -yq --no-install-recommends \
python3-pytest python3-pytest-django \
python3-pip firefox smbclient\
python3-pip firefox-esr smbclient\
xvfb
pip3 install wheel
pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist