A suite of tests written with js-waku that can be run on remote nodes
Go to file
Hanno Cornelius 78e7853177
Revert "Shorter delays for faster tests"
This reverts commit f02a1e2d87.
2022-06-01 18:19:03 +02:00
.github/workflows Add notice to show the suite being run 2022-04-22 15:24:52 +10:00
.husky Add lint-staged 2022-04-22 15:19:05 +10:00
.yarn Add lint-staged 2022-04-22 15:19:05 +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 Revert "Shorter delays for faster tests" 2022-06-01 18:19:03 +02:00
nativeWssProdFleet.js Add Wss test 2022-04-20 13:47:28 +10:00
nativeWssTestFleet.js Add script for native wss test fleet 2022-04-22 15:12:30 +10:00
package.json Use package name under organization 2022-06-01 16:37:46 +10:00
predefinedProdFleet.js Add Wss test 2022-04-20 13:47:28 +10:00
predefinedTestFleet.js Add Wss test 2022-04-20 13:47:28 +10:00
wakuConnectFleet.js Add Waku Connect nodes 2022-04-20 15:38:36 +10:00
yarn.lock Use package name under organization 2022-06-01 16:37:46 +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.