Go to file
Florin Barbu 88b1fa3e90
Merge pull request #1 from waku-org/tests/relay-publish
Tests/relay publish
2023-11-07 17:15:22 +02:00
.github REST api support 2023-11-03 17:01:00 +02:00
src REST api support 2023-11-03 17:01:00 +02:00
tests REST api support 2023-11-03 17:01:00 +02: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 REST api support 2023-11-03 17:01:00 +02:00
requirements.txt REST api support 2023-11-03 17:01:00 +02: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.