Go to file
fbarbu15 69c8e3f4b6
chore: go waku connection issues (#33)
* add go-waku peers via api

* add go-waku peers via api

* fix add_node_peer

* fix add_node_peer

* fix add_node_peer

* fix add_node_peer

* move create_message to commons
2024-04-23 10:44:12 +03:00
.github fix allure broken history links (#28) 2024-04-04 11:00:16 +03:00
scripts Test/store part 1 (#31) 2024-04-17 08:37:31 +03:00
src chore: go waku connection issues (#33) 2024-04-23 10:44:12 +03:00
tests lightpush and store bugfixes (#32) 2024-04-18 13:04:08 +03:00
.gitignore improve reports 2023-11-01 16:44:42 +02: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 idna from 3.6 to 3.7 (#29) 2024-04-15 09:31:03 +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.