You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# EHRbase Integration Tests with Robot Framework
2
2
3
-
Please refer to https://docs.ehrbase.org/en/latest/03_development/02_testing/index.html
4
-
5
3
## Running the tests locally
6
4
5
+
Before running the tests, make sure the following prerequisites are in place:
6
+
1. Python 3.7+ & Pip are installed
7
+
2. Robot Framework & dependencies are installed (`pip install -r requirements.txt` inside the `tests` folder)
8
+
3. An EHRbase instance is running on port `8080`
9
+
7
10
This command will run all tests from `tests/robot` folder.
8
11
DB and server have to be started prior to running the tests.
9
12
10
-
> NOTE: Make sure you meet the PREREQUISITES mentioned in the [documentation](https://docs.ehrbase.org/en/latest/03_development/02_testing/index.html) prior to test execution.
0 commit comments