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

[CI] Use 'list' Playwright reporter, use longer timeout #198

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2024

  1. [CI] Use 'list' Playwright reporter

    When running the tests locally, the current 'html' reporter is fine.
    But I've been confused with it in CI logs where there was a failure,
    presumably a silent retry and finally a report of the tests passing.
    
    I think in CI we would have more clarity with an alternate reporter.
    Let's try 'list'. If it does not work well we can fall-back on the
    simple 'dot'.
    
    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    806c79c View commit details
    Browse the repository at this point in the history
  2. [CI] Use a slightly longer timeout for UI tests

    Timeouts with the default, rather short 5000ms timeout can be observed
    semi-regularly.
    
    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cbc61fd View commit details
    Browse the repository at this point in the history