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

chore: test Connection class in the browser #6269

Merged
merged 1 commit into from Jul 28, 2020
Merged

Commits on Jul 24, 2020

  1. chore: test Connection class in the browser

    This commit creates a test that runs in the browser and ensures that we
    can instantiate a pptr Connection with a fake transport and send/receive
    messages.
    
    Longer term I'd like to have tests that actually connect to a browser
    and send CDP messages but that needs some changes to web-test-runner
    which I'm going to speak to them about - the DevTools URL needs to be
    exposed some how for us to use and connect to.
    jackfranklin committed Jul 24, 2020
    Copy the full SHA
    520f625 View commit details
    Browse the repository at this point in the history