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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,24 @@ Our modified version of the wptserve HTTP server implementation can be found in
21
21
- Manually check if the server and the tests are working: Visit http://sub.headers.websec.saarland:80/_hp/tests/framing.sub.html
22
22
- Automatic testrunners:
23
23
-`cd _hp/hp/tools/crawler`
24
-
- Android: `poetry run python android_intent.py` (Additional config required)
24
+
- Android: `poetry run python android_intent.py` (TODO: Additional config required; solve android_intent and more?!)
25
25
- MacOS/Ubuntu: `poetry run python desktop_selenium.py` (For a quick test run: `poetry run python desktop_selenium.py --debug_browsers --resp_type debug --ignore_certs`)
26
26
- iPadOS/iOS: `poetry run python desktop_selenium.py ----gen_page_runner --page_runner_json urls.json --max_urls_until_restart 10000"`, then visit the URLs in that file manually
27
27
- TODO: Exact settings of the runs for our experiment:
28
28
- TODO: some information about how to exactly reproduce our results?
29
29
- TODO: repeat to ensure each test has 5x repetitions (`poetry run python create_repeat ...`)
30
30
- ...
31
+
- Optional configuration to run headfull browsers on linux server:
0 commit comments