Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: support ping test for both NodeJS and Browser #102

Closed
wants to merge 14 commits into from

Conversation

GlenDC
Copy link
Contributor

@GlenDC GlenDC commented Jan 13, 2023

A previous (already merged) PR added support for the new wo-testground way of going for the ping test case for the JS Runtime. This was however only so for NodeJS.

This PR extends that support to Browser.

NOTE: for now this PR is broken as the Docker support is still to be fixed with the new dual support.
Once we agree on the currently taken approach for the dual support (NodeJS + Browser) I'll finish of the docker support,
as part of this PR.

Goal is to have the same test file for both NodeJS and Browser, and to be able to avoid having to bother for our JS tests to write anything non-test specific (e.g. setup browser).

@GlenDC
Copy link
Contributor Author

GlenDC commented Jan 15, 2023

Replaced by #104, as it makes more sense to go for the aegir based approach. More sense as that is also the testing strategy chosen for all other js-libp2p codebase(s).

@GlenDC GlenDC closed this Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant