chore(ci): use python as webdriver for wasm test and benchmarks

Swtich from Jest and Puppeteer to Python with Selenium. It relies
on browser and webdriver binaries from browser fabricators.
For now the Python script only supports Chrome browser.
This commit is contained in:
Arthur Meyre
2024-09-24 18:28:28 +02:00
committed by David Testé
parent 5db5aba24a
commit 43d91f512f
19 changed files with 649 additions and 5173 deletions

2
.gitignore vendored
View File

@@ -26,6 +26,8 @@ backends/tfhe-cuda-backend/cuda/cmake-build-debug/
# WASM tests
tfhe/web_wasm_parallel_tests/server.PID
venv/
web_test_runners/
# Dir used for backward compatibility test data
tfhe/tfhe-backward-compat-data/