Description
Testground supports js test written for node, through the docker:node builder (legacy) and docker:generic.
We want to use Testgroung to test interoperability between different implementations of libp2p.
A critical need is to test browser-related features such as libp2p/specs#412
What defines this endeavour to be complete?
Plan
Step 1: Run an helloworld test
(merged in #1474)
Step 2: Run the helloworld test from WITHIN the browser runtime
Work threads:
Step 3: Create a composition with node + js
Follow-up and other tasks
Discussion and notes raised during the talk about this feature:
- It would make sense to provide a typescript version of the js-sdk
- Think about:
Description
Testground supports js test written for node, through the
docker:nodebuilder (legacy) anddocker:generic.We want to use Testgroung to test interoperability between different implementations of libp2p.
A critical need is to test browser-related features such as libp2p/specs#412
What defines this endeavour to be complete?
example-browserplan with anhelloworldandfailuretests (see steps below),Plan
Step 1: Run an helloworld test
(merged in #1474)
plans/example-browsertestyarn run testground./integration_tests/(feel free to update this ticket with questions)Step 2: Run the helloworld test from WITHIN the browser runtime
Work threads:
Step 3: Create a composition with node + js
Follow-up and other tasks
Discussion and notes raised during the talk about this feature:
libp2p/test-plansrepository,