Go to file
fbarbu15 25b995295b
chore: add rendezvousPeerFoundTotal_total metric (#97)
2024-12-20 10:22:36 +08:00
.github smoke_tests (#90) 2024-12-12 11:03:42 +02:00
scripts remove unwated software (#79) 2024-10-24 12:43:51 +03:00
src chore: add rendezvousPeerFoundTotal_total metric (#97) 2024-12-20 10:22:36 +08:00
tests fix: comment out onchain rln tests (#95) 2024-12-13 18:36:19 +08:00
.gitignore added store_test_cursor negative cases and edge cases (#73) 2024-09-18 19:54:05 +05:30
.pre-commit-config.yaml relay publish tests 2023-11-01 14:02:29 +02:00
LICENSE-APACHE-v2 relay publish tests 2023-11-01 14:02:29 +02:00
LICENSE-MIT relay publish tests 2023-11-01 14:02:29 +02:00
README.md REST api support 2023-11-03 17:01:00 +02:00
pyrightconfig.json remove unwated software (#79) 2024-10-24 12:43:51 +03:00
pytest.ini smoke_tests (#90) 2024-12-12 11:03:42 +02:00
requirements.txt Bump setuptools from 69.0.3 to 70.0.0 (#58) 2024-07-16 10:05:14 +03:00

README.md

waku-interop-tests

Waku e2e and interop framework used to test various implementation of the Waku v2 protocol.

Setup and contribute

git clone git@github.com:waku-org/waku-interop-tests.git
cd waku-interop-tests
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pre-commit install
(optional) Overwrite default vars from src/env_vars.py via cli env vars or by adding a .env file
pytest

CI

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.