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

Add support for network idle method to know when to end a test. #1960

Merged
merged 16 commits into from
Oct 23, 2023

Commits on Jun 19, 2023

  1. Add support for network idle method to know when to end a test.

    Use Bidi for Firefox and CDP for Chrome to listen on network events to
    know when to end a test. By default 5 seconds network time ends a tests
    (you could have network responses that hasn't arrived yet).
    
    #1954
    soulgalore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f1c6b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e812be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9820c View commit details
    Browse the repository at this point in the history
  4. Add new tests

    soulgalore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7c82771 View commit details
    Browse the repository at this point in the history
  5. fix

    soulgalore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    84d9a7f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    1bf7f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    90839c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    5e91731 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    cf9b1fd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    50298aa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    b5582c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    8f88b15 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    bdf1479 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    6082204 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    47070eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7195a2e View commit details
    Browse the repository at this point in the history