Skip to content
This repository was archived by the owner on Jan 14, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $ sudo apt install python3-pytest
$ pip3 install splinter
$ pip3 install pytest-splinter
$ pip3 install pytest-bdd
$ sudo apt install xvfb # optional, to avoid opening browser windows
$ pip3 install pytest-xvfb # optional, to avoid opening browser windows
```

Expand All @@ -31,7 +32,7 @@ the host system at https://localhost:4430/.
Create a new user as follows:

* Username: tester
* Password: tester@123
* Password: testingtesting

This step is optional if a fresh install of Plinth is being
tested. Plinth-tester will create the required user using Plinth's
Expand All @@ -49,3 +50,10 @@ can also specify which tests to run, by tag or keyword:
```
$ py.test -k essential
```

If xvfb is installed and you still want to see browser windows, use the
`--no-xvfb` command-line argument.

```
$ py.test --no-xvfb -k mediawiki
```
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
url = https://localhost:4430
username = tester
password = tester
password = testingtesting