mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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
|
Inside the container run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
guest$ cd /freedombox ; sudo functional_tests/install.sh
|
guest$ cd /freedombox ; sudo plinth/tests/functional/install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For running tests inside the VM
|
#### For running tests inside the VM
|
||||||
|
|||||||
@ -5,7 +5,7 @@ IFS=$'\n\t'
|
|||||||
echo "Installing requirements"
|
echo "Installing requirements"
|
||||||
sudo apt-get install -yq --no-install-recommends \
|
sudo apt-get install -yq --no-install-recommends \
|
||||||
python3-pytest python3-pytest-django \
|
python3-pytest python3-pytest-django \
|
||||||
python3-pip firefox smbclient\
|
python3-pip firefox-esr smbclient\
|
||||||
xvfb
|
xvfb
|
||||||
pip3 install wheel
|
pip3 install wheel
|
||||||
pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist
|
pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user