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

[wasm-browser][tests] Fix issue with some tests exiting with no output #300

Merged
merged 1 commit into from
Aug 24, 2020

Commits on Aug 21, 2020

  1. [wasm-browser][tests] Fix issue with some tests exiting with no output

    The problem here is that these tests run very quickly, writing to the
    console.log very fast, and selenium seems to not return the logs during
    that time. So, when the tests are done, which is indicated by an html
    element being set, we stop listening for more log messages.
    And exit with the test exit code, but no output messages from the test
    run.
    
    Eg: `System.Data.Common`
    radical committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b114db9 View commit details
    Browse the repository at this point in the history