A suite of tests written with js-waku that can be run on remote nodes
Go to file
Anton Iakimov 7566f100ab
chore: switch wakuv2 fleet to waku
See https://github.com/status-im/infra-nim-waku/issues/91 for details

Mostly done automatically. Some parts manually.
2024-03-12 17:50:36 +01:00
.github/workflows ci: add CI 2022-09-05 21:13:37 +10:00
.husky Add lint-staged 2022-04-22 15:19:05 +10:00
.yarn chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
.editorconfig Add eslint, prettier 2022-04-20 10:36:52 +10:00
.gitignore Make it work 2022-04-20 12:07:40 +10:00
.prettierignore Make it work 2022-04-20 12:07:40 +10:00
.prettierrc.json Add eslint, prettier 2022-04-20 10:36:52 +10:00
.yarnrc.yml Make it work 2022-04-20 12:07:40 +10:00
README.md Add GH Action link to README 2022-04-20 15:39:38 +10:00
delay.js Make it work 2022-04-20 12:07:40 +10:00
index.js chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
nativeWssSandboxFleet.js chore: switch wakuv2 fleet to waku 2024-03-12 17:50:36 +01:00
nativeWssTestFleet.js chore: switch wakuv2 fleet to waku 2024-03-12 17:50:36 +01:00
package.json chore: switch wakuv2 fleet to waku 2024-03-12 17:50:36 +01:00
predefinedSandboxFleet.js chore: switch wakuv2 fleet to waku 2024-03-12 17:50:36 +01:00
predefinedTestFleet.js chore: switch wakuv2 fleet to waku 2024-03-12 17:50:36 +01:00
wakuConnectFleet.js Add Waku Connect nodes 2022-04-20 15:38:36 +10:00
yarn.lock chore(deps): upgrade dependencies 2022-09-05 21:19:36 +10:00

README.md

Waku Tests

A suite of tests written with js-waku that can be run on remote nodes.

You can trigger the suite via GitHub Actions.