Go to file
fbarbu15 cc8bae75c1
test logs template (#70)
2024-09-05 19:58:46 +08:00
.github increase ci timeout (#66) 2024-08-20 10:34:43 +08:00
scripts use docker hub (#63) 2024-07-29 15:51:04 +03:00
src metrics tests (#68) 2024-08-30 14:15:45 +03:00
tests test logs template (#70) 2024-09-05 19:58:46 +08:00
.gitignore Test/store v3 (#38) 2024-05-28 16:50:14 +03:00
.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 relay publish tests 2023-11-01 14:02:29 +02:00
pytest.ini Relay Publish: Extend coverage (#2) 2023-11-17 08:47:22 +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.