feat(QA): add test cases for websteps vs webconnectivity (#583)

This pull request introduces a set of Node.js scripts for performing A/B comparison of websteps and webconnectivity as described in https://github.com/ooni/probe/issues/1805. Rather than using Jafar, I ended up using `miniooni`'s `--censor` command line flag introduced in [v3.12.0-alpha.1](https://github.com/ooni/probe-cli/releases/tag/v3.12.0-alpha.1). The main reason for doing so is that it's simpler to run tests without requiring root access and Linux _and_ Docker (e.g., I did not develop part of this diff using Linux). Additionally, I choose to use Node.js rather than extending the existing Python framework for QA, because I found Node.js easier when working with JSON data.
This commit is contained in:
Simone Basso
2021-11-05 15:56:04 +01:00
committed by GitHub
parent be89878dd4
commit da34cfe6c9
7 changed files with 1066 additions and 0 deletions
+1
View File
@@ -22,4 +22,5 @@
/ptxclient.exe
/*.tar.gz
/testdata/gotmp
/tmp-*
/*.zip