Skip to content

Commit

Permalink
Update application tester README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jan 17, 2024
1 parent 8ca3148 commit 97b9557
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/application_tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
> **_NOTE:_** code moved from: https://github.com/Tribler/application-tester/
This repository hosts code for the Tribler application tester, which aims to automatically test Tribler using code injection.
To run the Tribler application tester, it requires a path to the Tribler executable, for example:

To run the Tribler application tester, dependencies specified in `scripts/application_tester/requirements.txt` must be installed.
```
pip install -r scripts/application_tester/requirements.txt
```

Further, the script requires a path to the Tribler executable to be passed as an argument, for example:
```
python scripts/application_tester/main.py -p "python src/run_tribler.py"
```
Expand Down

0 comments on commit 97b9557

Please sign in to comment.