mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
866fa6cde3
commit
6dd7dcd2f8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user