Skip to content

Commit 13feaa8

Browse files
authored
Merge pull request #97 from ehrbase/fix-borken-links
Update README with prerequisites for running tests
2 parents 8f1e744 + 3065736 commit 13feaa8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# EHRbase Integration Tests with Robot Framework
22

3-
Please refer to https://docs.ehrbase.org/en/latest/03_development/02_testing/index.html
4-
53
## Running the tests locally
64

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+
710
This command will run all tests from `tests/robot` folder.
811
DB and server have to be started prior to running the tests.
912

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.
11-
1213
```bash
1314
cd tests
1415
./run_local_tests.sh

0 commit comments

Comments
 (0)